CardViewControlViewModelCreateRowFunc - свойство |
Функция для перегрузки создания строки
Пространство имён:
Tessa.UI.Cards.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис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
См. также