Skip to main content

ListBoxItem.ToString() Method

Returns the textual representation of the current list box item.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public override string ToString()

Returns

Type Description
String

A string that represents the current list box item.

See Also