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

BarManagerCategory.ToString() Method

Gets the text representation of the BarManagerCategory object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

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