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

CheckedListBoxItem.ToString() Method

Returns the text representation of the current item.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public override string ToString()

Returns

Type Description
String

A string that specifies the text representation of the current CheckedListBoxItem object.

Remarks

See the CheckedListBoxItem.Description property to learn more.

See Also