LayoutAppearanceCollection.DisabledLayoutGroupCaption Property
Gets the appearance settings used to paint captions of disabled layout groups.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public AppearanceObject DisabledLayoutGroupCaption { get; }
Public ReadOnly Property DisabledLayoutGroupCaption As AppearanceObject
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
Feedback