Skip to main content
A newer version of this page is available. .

FloatForm.DockManager Property

Gets the dock manager which displays the current form.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

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