BarManagerCategory.ToString() Method
Gets the text representation of the BarManagerCategory object.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
String | A string representation of the BarManagerCategory object. |
Remarks
The ToString method is overridden to return the BarManagerCategory.Name property’s value.
See Also