LayoutPanel.AllowDockToDocumentGroup Property
Gets or sets if the current LayoutPanel can be docked to DocumentGroups. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v25.2.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The AllowDockToDocumentGroup property specifies if the current LayoutPanel can be docked as a tab to DocumentGroups like a DocumentPanel. If the AllowDockToDocumentGroup property is set to true, a central docking hint while dragging a LayoutPanel will appear at runtime (see the figure below).

See Also