BarManagerCategory.DefaultCategory Property
Gets the BarManager’s default category.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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’.