TrackBarItemCollection.FindByText(String) Method
Returns an item with the specified text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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