OptionsNavPane.NavPaneState Property
Gets or sets the NavBarControl’s expansion state when the NavigationPane paint style is applied.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Nav |
Expanded | A Nav |
Available values:
Name | Description |
---|---|
Expanded | A Nav |
Collapsed | A Nav |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Nav |
---|---|
Nav |
|
#Remarks
When the NavigationPane paint style is applied, the NavBarControl can be minimized to save space and then restored if necessary. Use the NavPaneState property to specify the control’s expansion state in code.
An end-user can collapse and expand the NavBarControl by clicking the Expand button. Its visibility is specified by the OptionsNavPane.ShowExpandButton property.