Skip to main content
A newer version of this page is available. .
Tab

TitleIndexItemCollection.Add(String) Method

Adds a new item to the collection specifying the item’s text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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 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