BarManagerCategory.Name Property
Gets or sets the category’s name.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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