TrackBarItemCollection.FindByValue(Object) Method
Returns an item with the specified Value property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | A Object value representing the TrackBarItem.Value property value of the required item. |
Returns
| Type | Description |
|---|---|
| TrackBarItem | A TrackBarItem object with a specific value of the Value property. |
Remarks
Use this method to obtain an item specified by an associated value assigned to its TrackBarItem.Value property.
See Also