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

TrackBarItemCollection.FindByText(String) Method

Returns an item with the specified text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public TrackBarItem FindByText(
    string text
)

Parameters

Name Type Description
text String

A String value that is the TrackBarItem.Text property value of the required item.

Returns

Type Description
TrackBarItem

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

Remarks

Use this method to obtain an item specified by a display text assigned to its TrackBarItem.Text property.

See Also