TrackBarItemCollection.Add(String, Object, String) Method
In This Article
Adds a new item to the collection and specifies the item’s display text and value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ListEditItemBase Add(
string text,
object value,
string toolTip
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the item’s display text. Initializes the item’s Track |
value | Object | A Object specifying the value associated with the item. Initializes the item’s Track |
tool |
String | A Object specifying the item’s tooltip. Initializes the item’s Track |
#Returns
Type | Description |
---|---|
List |
A List |
See Also