ListEditItemCollection.FindByTextWithTrim(String) Method
Removes all leading and trailing white-space characters from the passed string and returns an item with the identical ListEditItem.Text property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | A String value representing the ListEditItem.Text property value of the required item. |
Returns
| Type | Description |
|---|---|
| ListEditItem | A ListEditItem object with a specific value of the ListEditItem.Text property. |
See Also