DropDown dialog style. This style applies to dropdown dialogs (e.g. color picker).
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] [RefreshPropertiesAttribute(RefreshProperties.All)] public ExtendedItemStyle DropDownDialogStyle { get; } |
| Visual Basic (Declaration) |
|---|
<NotifyParentPropertyAttribute(True)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ Public ReadOnly Property DropDownDialogStyle As ExtendedItemStyle Get |