Back to Devexpress

FloatForm.DockManager Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-floatform.md

latest1.2 KB
Original Source

FloatForm.DockManager Property

Gets the dock manager which displays the current form.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("DockManager")]
public DockManager DockManager { get; }
vb
<DXCategory("DockManager")>
Public ReadOnly Property DockManager As DockManager

Property Value

TypeDescription
DockManager

A DockManager object which represents the dock manager that displays the current form.

|

See Also

FloatForm Class

FloatForm Members

DevExpress.XtraBars.Docking Namespace