Skip to main content
Bar

BarManagerCategory.ToString() Method

Gets the text representation of the BarManagerCategory object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override string ToString()

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