Back to Devexpress

XtraCommonDialog.ShowNavigationPane Property

windowsforms-devexpress-dot-xtraeditors-dot-base-dot-xtracommondialog-c8db4497.md

latest1.6 KB
Original Source

XtraCommonDialog.ShowNavigationPane Property

Gets or sets whether to display the Navigation Pane.

Namespace : DevExpress.XtraEditors.Base

Assembly : DevExpress.XtraDialogs.v25.2.dll

NuGet Packages : DevExpress.Win.Dialogs, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Customization")]
public bool ShowNavigationPane { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Customization")>
Public Property ShowNavigationPane As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the Navigation Pane; otherwise, false.

|

Remarks

Set the ShowNavigationPane property to false to hide the Navigation Pane (the highlighted area):

See Also

XtraCommonDialog Class

XtraCommonDialog Members

DevExpress.XtraEditors.Base Namespace