Back to Devexpress

NavBarGroup.CollapsedNavPaneContentControl Property

windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-14c1e26d.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(null)]
public virtual Control CollapsedNavPaneContentControl { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property CollapsedNavPaneContentControl As Control

Property Value

TypeDefaultDescription
Controlnull

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

CollapsedNavPaneContentControl

NavBarGroup Class

NavBarGroup Members

DevExpress.XtraNavBar Namespace