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

BackstageViewItemSeparator.AppearanceHover Property

Hover 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 AppearanceHover { get; }

Property Value

Type
AppearanceObject

Remarks

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

See Also