Skip to main content
A newer version of this page is available. .

LayoutAppearanceCollection.DisabledLayoutGroupCaption Property

Gets the appearance settings used to paint captions of disabled layout groups.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

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