Skip to main content
Bar

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

BarManagerCategory.DefaultCategory Property

Gets the BarManager’s default category.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public static BarManagerCategory DefaultCategory { get; }

#Property Value

Type Description
BarManagerCategory

A BarManagerCategory object representing the BarManager’s default category.

#Remarks

The default category displays those items from the BarManager.Items collection that are not assigned to custom categories (custom categories can be added using the BarManager.Categories collection). The default category is always shown in the Customization Window at design time. At runtime, the default category is available in the Customization Window if there is any item that is not assigned to a custom category.

The default category’s caption is ‘Unassigned Items’.

See Also