Skip to main content

ListBoxItem.ToString() Method

Returns an item’s equivalent string representation.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

A String value representing the current item.

Remarks

This method overrides the base class ToString method in order to return the item value’s equivalent string representation. If the item’s value is null (Nothing in Visual Basic) the base class method is called.

See Also