Skip to main content
A newer version of this page is available. .

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

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