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

ASPxTitleIndex.Items Property

Gets the collection of items in the ASPxTitleIndex.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TitleIndexItemCollection Items { get; }

Property Value

Type Description
TitleIndexItemCollection

A TitleIndexItemCollection object that represents a collection of items in the ASPxTitleIndex.

Remarks

Use the Items property to access a collection of items within the ASPxTitleIndex. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc. For more information on items, see TitleIndexItem.

Note

If the ASPxTitleIndex is data bound, the Items property is ignored.

See Also