DockManager.DockingOptions Property
Provides access to the settings that affect the behavior of dock panels.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[DXCategory("Behavior")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DockingOptions DockingOptions { get; }
Property Value
Type | Description |
---|---|
DockingOptions | A DockingOptions object specifying the customization settings of dock panels. |
Remarks
The DockingOptions property provides access to the settings that affect the dock panels’ behavior. Refer to the descriptions of individual options for more information.
See Also