LayoutAppearanceCollection.DisabledLayoutGroupCaption Property
Gets the appearance settings used to paint captions of disabled layout groups.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject object that contains corresponding appearance settings. |
Remarks
The DisabledLayoutGroupCaption property contains appearance options that are applied to captions of disabled layout groups. A group is disabled if its LayoutGroup.Enabled property or the LayoutControl‘s Enabled property is set to false .
Note
Currently, only the AppearanceObject.ForeColor property of the DisabledLayoutGroupCaption object is in effect. Other appearance options are ignored.
See Also