Skip to main content

FloatForm.DockManager Property

Gets the dock manager which displays the current form.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("DockManager")]
public DockManager DockManager { get; }

Property Value

Type Description
DockManager

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

See Also