LayoutAppearanceCollection.DisabledLayoutGroupCaption Property
In This Article
Gets the appearance settings used to paint captions of disabled layout groups.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public AppearanceObject DisabledLayoutGroupCaption { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#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 Appearance
See Also