TitleIndexItemCollection.Add(String) Method
In This Article
Adds a new item to the collection specifying the item’s text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual TitleIndexItem Add(
string text
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the item’s text. Initializes the item’s Title |
#Returns
Type | Description |
---|---|
Title |
A Title |
#Remarks
Use the Add method to add a new item with the specified text to the TitleIndexItemCollection object.
See Also