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 |
---|---|
Bar |
A Bar |
#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’.