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.AppearancesDocking Property

Provides the default appearance settings for all dock panels, implemented with the DockManager component.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public virtual DockManagerAppearances AppearancesDocking { get; }

#Property Value

Type Description
DockManagerAppearances

A DockManagerAppearances object providing the appearance settings for dock panels.

#Remarks

Use the AppearancesDocking property to access the default appearance settings of dock panels, implemented with the DockManager component.

To specify the appearance settings on an individual basis for panels, use their DockPanel.Appearance property.

See Also