Back to Devexpress

OptionsNavPane.ShowSplitter Property

windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-8f590413.md

latest1.5 KB
Original Source

OptionsNavPane.ShowSplitter Property

Gets or sets whether the splitter is visible.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
public virtual bool ShowSplitter { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property ShowSplitter As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the splitter; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowSplitter
NavBarControl

.OptionsNavPane .ShowSplitter

|

See Also

NavigationPane

OptionsNavPane Class

OptionsNavPane Members

DevExpress.XtraNavBar Namespace