LayoutAppearanceCollection Properties
Provides the appearance settings used to paint a LayoutControl.Name | Description |
---|---|
Control | Gets the appearance settings used to paint the contents of all the editors owned by the LayoutControl. |
ControlDisabled | Gets the appearance settings used to paint the contents of the editors owned by the LayoutControl when they are disabled. This option is only in effect for DevExpress controls that support the StyleController. |
ControlDropDown | Gets the appearance settings used to paint the popup window of all the editors owned by the LayoutControl. |
ControlDropDownHeader | Gets the appearance settings used to paint the header panel within the popup windows of all the editors owned by the LayoutControl. |
ControlFocused | Gets the appearance settings used to paint the currently focused editor within the LayoutControl. |
ControlReadOnly | Gets the appearance settings used to paint the contents of the editors owned by the LayoutControl when they are in the read-only state. This option is only in effect for DevExpress controls that support the StyleController mechanism. |
DisabledLayoutGroupCaption | Gets the appearance settings used to paint captions of disabled layout groups. |
DisabledLayoutItem | Gets the appearance settings used to paint captions of disabled layout items or items that display disabled controls. |
IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
IsLoading | Indicates whether the collection’s owner is currently being initialized. Inherited from BaseAppearanceCollection. |
See Also