NavBarGroup.CollapsedNavPaneContentControl Property
Gets or sets the control embedded into the NavBarControl when the nav bar is painted using the Navigation Pane View, the current group is active and the nav bar is collapsed.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Control | null | The control embedded into the NavBarControl when the nav bar is painted using the Navigation Pane View, the current group is active and the nav bar is collapsed. |
Remarks
The CollapsedNavPaneContentControl property overrides the OptionsNavPane.CollapsedNavPaneContentControl property, which is accessible via the NavBarControl.OptionsNavPane object. See OptionsNavPane.CollapsedNavPaneContentControl to learn more.