Skip to main content
A newer version of this page is available. .

BackstageViewItemSeparator.AppearanceDisabled Property

Disabled appearance settings are not supported for the BackstageViewItemSeparator objects.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public override AppearanceObject AppearanceDisabled { get; }

Property Value

Type
AppearanceObject

Remarks

The AppearanceDisabled property overrides the base BackstageViewItemBase.AppearanceDisabled property for BackstageViewItemSeparator objects, which have neither disabled nor hovered visual states.

See Also