Back to Devexpress

DockLayoutManager.AllowDocumentSelector Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-c9c7ddd6.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool AllowDocumentSelector { get; set; }
vb
Public Property AllowDocumentSelector As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

See Document Selector to learn more.

See Also

Description

FooterDescription

ShowInDocumentSelector

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace