Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarAndDockingController.AppearancesBackstageView Property

Provides the default appearance settings applied to BackstageViewControl controls.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public virtual BackstageViewAppearances AppearancesBackstageView { get; }

#Property Value

Type Description
DevExpress.XtraBars.BackstageViewAppearances

An object that provides appearance settings applied to BackstageViewControl controls.

#Remarks

You can use the AppearancesBackstageView object to access properties controlling the default appearance of a BackstageViewControl‘s elements.

Each item in a BackstageViewControl contains its own appearance settings (BackstageViewItemBase.Appearance, BackstageViewItemBase.AppearanceDisabled, BackstageViewItemBase.AppearanceHover, BackstageViewButtonItem.AppearancePressed and BackstageViewTabItem.AppearanceSelected), which can be customized as well.

See Appearance and Look and Feel to learn more.

See Also