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.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
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