PropertyGridHelperCreateDefaultCustomItems - метод
Пространство имён: Tessa.UI.Cards.EditorsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static PropertyGridItem[] CreateDefaultCustomItems(
CardTypeCustomControl control,
bool canBeRequired = false
)
Public Shared Function CreateDefaultCustomItems (
control As CardTypeCustomControl,
Optional canBeRequired As Boolean = false
) As PropertyGridItem()
public:
static array<PropertyGridItem^>^ CreateDefaultCustomItems(
CardTypeCustomControl^ control,
bool canBeRequired = false
)
static member CreateDefaultCustomItems :
control : CardTypeCustomControl *
?canBeRequired : bool
(* Defaults:
let _canBeRequired = defaultArg canBeRequired false
*)
-> PropertyGridItem[]
- control CardTypeCustomControl
- Элемент управления, свойства которого требуется редактировать.
- canBeRequired Boolean (Optional)
- Признак того, что элемент управления можно отметить как обязательный для заполнения.
PropertyGridItem
Стандартный набор элементов
PropertyGridItem для редактирования
свойств элемента управления
CardTypeCustomControl.