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

BarManagerCategory(String) Constructor

Initializes a new instance of the BarManagerCategory class with the name specified.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public BarManagerCategory(
    string name
)

Parameters

Name Type Description
name String

A string value specifying the created category’s name. This value is assigned to the BarManagerCategory.Name property.

Remarks

The new category should be added to the BarManager’s BarManager.Categories collection in order to take effect.

See Also