Back to Devexpress

DockManager.DockingOptions Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-af2c19bf.md

latest1.6 KB
Original Source

DockManager.DockingOptions Property

Provides access to the settings that affect the behavior of dock panels.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DockingOptions DockingOptions { get; }
vb
<DXCategory("Behavior")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property DockingOptions As DockingOptions

Property Value

TypeDescription
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

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace