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

BootstrapListEditItemCollection.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.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public BootstrapListEditItem FindByTextWithTrim(
    string text
)

Parameters

Name Type Description
text String

A String value representing the ListEditItem.Text property value of the required item.

Returns

Type Description
BootstrapListEditItem

A BootstrapListEditItem object with a specific value of the ListEditItem.Text property.

See Also