Back to Devexpress

LayoutControlItem.AppearanceItemCaptionDisabled Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrolitem-7c6a3392.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[DXCategory("Appearance")]
[XtraSerializablePropertyId(103)]
public virtual AppearanceObject AppearanceItemCaptionDisabled { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<DXCategory("Appearance")>
<XtraSerializablePropertyId(103)>
Public Overridable ReadOnly Property AppearanceItemCaptionDisabled As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object with appearance settings.

|

Remarks

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

See Also

AppearanceItemCaption

LayoutControlItem Class

LayoutControlItem Members

DevExpress.XtraLayout Namespace