Back to Devexpress

LayoutAppearanceCollection.DisabledLayoutGroupCaption Property

windowsforms-devexpress-dot-xtralayout-dot-layoutappearancecollection-d1c1f74d.md

latest2.0 KB
Original Source

LayoutAppearanceCollection.DisabledLayoutGroupCaption Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public AppearanceObject DisabledLayoutGroupCaption { get; }
vb
Public ReadOnly Property DisabledLayoutGroupCaption As AppearanceObject

Property Value

TypeDescription
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

Enabled

LayoutAppearanceCollection Class

LayoutAppearanceCollection Members

DevExpress.XtraLayout Namespace