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

BarManagerCategory.Name Property

Gets or sets the category’s name.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A string value specifying the category’s name.

Remarks

Assigning a null (Nothing in Visual Basic) value sets the Name property to an empty string. If the category is to be contained within the BarManagerCategoryCollection its name should be unique, because if the category’s name is the same as that of an existing category an argument exception will be raised.

See Also