BackstageViewItemSeparator.AppearanceDisabled Property
Disabled appearance settings are not supported for the BackstageViewItemSeparator objects.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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