CardViewControlViewModelCreateRowFunc - свойство
Функция для перегрузки создания строки.
Пространство имён: Tessa.UI.Cards.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public Func<TableRowCreationOptions, ViewControlRowViewModel>? CreateRowFunc { get; set; }
Public Property CreateRowFunc As Func(Of TableRowCreationOptions, ViewControlRowViewModel)
Get
Set
public:
property Func<TableRowCreationOptions^, ViewControlRowViewModel^>^ CreateRowFunc {
Func<TableRowCreationOptions^, ViewControlRowViewModel^>^ get ();
void set (Func<TableRowCreationOptions^, ViewControlRowViewModel^>^ value);
}
member CreateRowFunc : Func<TableRowCreationOptions, ViewControlRowViewModel> with get, set
Значение свойства
FuncTableRowCreationOptions,
ViewControlRowViewModel