Skip to main content
A newer version of this page is available. .
Bar

BarAndDockingController.PropertiesDocking Property

Provides the default customization settings for the Application UI Manager (DocumentManager) and Dock Manager.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Behavior")]
public virtual DockingProperties PropertiesDocking { get; }

Property Value

Type Description
DevExpress.XtraBars.DockingProperties

An object that stores default settings common to the Application UI Manager and Dock Manager controls.

See Also