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

OptionsNavPane.ShowSplitter Property

Gets or sets whether the splitter is visible.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[DefaultValue(true)]
public virtual bool ShowSplitter { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display the splitter; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowSplitter
WinForms Controls NavBarControl
.OptionsNavPane.ShowSplitter
Reporting XRDesignToolBox
.OptionsNavPane.ShowSplitter
See Also