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

ListEditItemBase.ToString() Method

Returns a string that identifies the ListEditItemBase object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value that identifies the ListEditItemBase object.

Remarks

The ToString method returns a human-readable string that is the value of the ListEditItemBase.Text property. If this property isn’t specified, the name of the ListEditItemBase type is returned.

See Also