Skip to main content
All docs
V25.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.v25.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