Skip to main content
All docs
V26.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.v26.1.dll

    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