Skip to main content
Bar

BarManagerCategory.Name Property

Gets or sets the category’s name.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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