LayoutControlItem.AppearanceItemCaptionDisabled Property
In This Article
Gets appearance settings used to paint the caption of a layout item when the item is disabled.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[DXCategory("Appearance")]
[XtraSerializablePropertyId(103)]
public virtual AppearanceObject AppearanceItemCaptionDisabled { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Set the Enabled property to false to disable the layout item.
See Also