Skip to main content
A newer version of this page is available. .

DockLayoutManager.ShowContentWhenDragging Property

Gets or sets whether the dock panels display their content while end-users drag them. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public bool ShowContentWhenDragging { get; set; }

Property Value

Type Description
Boolean

true, if panels display their content while dragging; otherwise, false.

Remarks

Use the ShowContentWhenDragging property to specify whether the panels should display their content while dragging.

See Also