ListEditItemBase.ToString() Method
In This Article
Returns a string that identifies the ListEditItemBase object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Returns
Type | Description |
---|---|
String | A String value that identifies the List |
#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