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

TrackBarItemCollection.FindByTextWithTrim(String) Method

Removes all leading and trailing white-space characters from the passed string and returns an item with the identical Text property value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TrackBarItem FindByTextWithTrim(
    string text
)

Parameters

Name Type Description
text String

A String value specifying the TrackBarItem.Text property value of the required item.

Returns

Type Description
TrackBarItem

A TrackBarItem object with a specific value of the Text property.

See Also