DockingOptions Class
Provides docking options that are common to all dock panels.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Related API Members
The following members return DockingOptions objects:
Remarks
The DockingOptions class provides a set of view and behavior options for dock panels. This class’ instance is accessible with the dock manager’s DockManager.DockingOptions property.
Docking options for individual options can be customized from the DockPanel.Options property.
Inheritance
Object
ViewStatePersisterCore
BaseOptions
BaseDockOptions
DockingOptions
See Also