Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool AllowDockToDocumentGroup { get; set; }

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).

AllowDockToDocumentGroup

See Also