NavBarGroup.NavPaneShowMode Property
Gets or sets the mode in which the active group is displayed in the collapsed Navigation Pane.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Show |
#Remarks
Use the NavPaneShowMode property to specify how the active group is displayed in the collapsed Navigation Pane. The table below lists the available modes.
Value | Description |
---|---|
Maximized | The default value. The collapsed Navigation Pane displays the button that occupies the entire area of the active group. A click on this button invokes the pop-up pane that provides access to the items of the active group. In code, the pop-up pane can be invoked via the Navigation |
Default | The collapsed Navigation Pane displays the predefined All Foldes button. A click on this button invokes the pop-up pane. |
Items | The collapsed Navigation Pane displays the collapsed state items that can be specified via the Nav |
All | Both, the predefined All Foldes button and the collapsed state items are displayed. The pop-up pane can be invoked by a click on the All Folders button. |