Back to Devexpress

BarAndDockingController.AppearancesDocking Property

windowsforms-devexpress-dot-xtrabars-dot-baranddockingcontroller-3f85e0c5.md

latest1.8 KB
Original Source

BarAndDockingController.AppearancesDocking Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
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

BarAndDockingController Class

BarAndDockingController Members

DevExpress.XtraBars Namespace