BarAndDockingController.AppearancesDocking Property
In This Article
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 |
---|---|
Dock |
A Dock |
#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