Skip to main content
A newer version of this page is available. .
All docs
V22.1

LayoutControlItem.AppearanceItemCaptionDisabled Property

Gets appearance settings used to paint the caption of a layout item when the item is disabled.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[DXCategory("Appearance")]
[XtraSerializablePropertyId(103)]
public virtual AppearanceObject AppearanceItemCaptionDisabled { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object with appearance settings.

Remarks

Set the Enabled property to false to disable the layout item.

See Also