Skip to main content
Bar

BarManagerCategoryCollection.Remove(BarManagerCategory) Method

Removes the specified category from the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Remove(
    BarManagerCategory category
)

Parameters

Name Type Description
category BarManagerCategory

A BarManagerCategory object representing a category to remove.

See Also