TitleIndexItemCollection.Add(String) Method
Adds a new item to the collection specifying the item’s text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the item’s text. Initializes the item’s TitleIndexItem.Text property. |
Returns
Type | Description |
---|---|
TitleIndexItem | A TitleIndexItem object representing the newly created item. |
Remarks
Use the Add method to add a new item with the specified text to the TitleIndexItemCollection object.
See Also