TitleIndexItemCollection.Add(String) Method
Adds a new item to the collection specifying the item’s text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
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