Back to Devexpress

DockPanel.DockManager Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-f7fa2b26.md

latest1.3 KB
Original Source

DockPanel.DockManager Property

Gets the DockManager which coordinates any docking operations performed on the current panel.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public DockManager DockManager { get; }
vb
<Browsable(False)>
Public ReadOnly Property DockManager As DockManager

Property Value

TypeDescription
DockManager

A DockManager object representing the dock manager for the panel.

|

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace