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

DockLayoutManager.AllowDocumentSelector Property

Gets or sets whether the Document Selector feature is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public bool AllowDocumentSelector { get; set; }

Property Value

Type Description
Boolean

true if the Document Selector feature is enabled; otherwise, false.

Remarks

See Document Selector to learn more.

See Also