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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the current LayoutPanel can be docked to DocumentGroups; otherwise, false. Default is true. |
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