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

TitleIndexItemCollection.Add() Method

Adds a new item to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual TitleIndexItem Add()

Returns

Type Description
TitleIndexItem

A TitleIndexItem object representing the newly created item.

Remarks

Use the Add method to add a new item with the default settings to the TitleIndexItemCollection object. You can modify properties of the obtained object to control the appearance and behavior of the added item.

See Also