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

NavBarControl.Compact Property

Toggles the Navigation Bar’s Compact mode on or off.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v24.2.dll

NuGet Package: DevExpress.Wpf.NavBar

#Declaration

public bool Compact { get; set; }

#Property Value

Type Description
Boolean

true, if the Compact mode is enabled; otherwise, false.

#Remarks

By default, the NavBarControl functions in Compact mode. Disabling this mode for the NavigationPane View will hide all visual elements, leaving only the currently active group and its items visible. Do this only if you use the Navigation Bar as an item source for an Office Navigation Bar. Otherwise, leave the Compact property in its default state. See the Office Navigation Bar article to learn more.

See Also