Back to Devexpress

LayoutPanel.ShowInDocumentSelector Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutpanel-16443477.md

latest1.5 KB
Original Source

LayoutPanel.ShowInDocumentSelector Property

Gets or sets whether the current panel is listed in the Document Selector.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

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

Property Value

TypeDescription
Boolean

true, if the current panel is listed in the Document Selector; otherwise, false.

|

See Also

AllowDocumentSelector

Document Selector

LayoutPanel Class

LayoutPanel Members

DevExpress.Xpf.Docking Namespace