DockManager.DockingOptions Property
In This Article
Provides access to the settings that affect the behavior of dock panels.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Behavior")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DockingOptions DockingOptions { get; }
#Property Value
Type | Description |
---|---|
Docking |
A Docking |
#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