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

LayoutPanel.ShowInDocumentSelector Property

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

Namespace: DevExpress.Xpf.Docking

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

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

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