Skip to main content

BackstageViewItemSeparator.AppearanceHover Property

Hover appearance settings are not supported for the BackstageViewItemSeparator objects.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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