FloatForm.DockManager Property
In This Article
Gets the dock manager which displays the current form.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("DockManager")]
public DockManager DockManager { get; }
#Property Value
Type | Description |
---|---|
Dock |
A Dock |
See Also