Default style for the child items in disabled state.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] public C1WebItemStyle DisabledItemStyle { get; } |
| Visual Basic (Declaration) |
|---|
<NotifyParentPropertyAttribute(True)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ Public ReadOnly Property DisabledItemStyle As C1WebItemStyle |