Back to Devexpress

BarAndDockingController.AppearancesBackstageView Property

windowsforms-devexpress-dot-xtrabars-dot-baranddockingcontroller-877627f7.md

latest2.7 KB
Original Source

BarAndDockingController.AppearancesBackstageView Property

Provides the default appearance settings applied to BackstageViewControl controls.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual BackstageViewAppearances AppearancesBackstageView { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearancesBackstageView As BackstageViewAppearances

Property Value

TypeDescription
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

Look and Feel

BarAndDockingController Class

BarAndDockingController Members

DevExpress.XtraBars Namespace