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

BarManagerCategory.DefaultCategory Property

Gets the BarManager’s default category.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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