Skip to main content

OptionsNavPane.ShowSplitter Property

Gets or sets whether the splitter is visible.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

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:

Object Type Path to ShowSplitter
NavBarControl
.OptionsNavPane .ShowSplitter
See Also