Skip to main content

LayoutPanel.ShowInDocumentSelector Property

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

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool ShowInDocumentSelector { get; set; }

Property Value

Type Description
Boolean

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

See Also