windowsforms-devexpress-dot-xtralayout-dot-layoutappearancecollection-60e21c81.md
Gets the appearance settings used to paint captions of disabled layout items or items that display disabled controls.
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public AppearanceObject DisabledLayoutItem { get; }
Public ReadOnly Property DisabledLayoutItem As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
An AppearanceObject object that contains corresponding appearance settings.
|
The DisabledLayoutItem property contains appearance options that are applied to captions disabled layout items. A layout item is disabled in the following cases:
To specify the appearance of disabled controls in the centralized way, use the LayoutAppearanceCollection.ControlDisabled property.
Note
Currently, only the AppearanceObject.ForeColor property of the DisabledLayoutItem object is in effect. Other appearance options are ignored.
See Also
LayoutAppearanceCollection Class