Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutAppearanceCollection.DisabledLayoutGroupCaption Property

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
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