Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Win

#Declaration

[DefaultValue(null)]
public virtual Control CollapsedNavPaneContentControl { get; set; }

#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.

See Also