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

BarManagerCategoryCollection.Remove(BarManagerCategory) Method

Removes the specified category from the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void Remove(
    BarManagerCategory category
)

Parameters

Name Type Description
category BarManagerCategory

A BarManagerCategory object representing a category to remove.

See Also