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
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