Back to Devexpress

ASPxTitleIndex.Items Property

aspnet-devexpress-dot-web-dot-aspxtitleindex.md

latest1.7 KB
Original Source

ASPxTitleIndex.Items Property

Gets the collection of items in the ASPxTitleIndex.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public TitleIndexItemCollection Items { get; }
vb
Public ReadOnly Property Items As TitleIndexItemCollection

Property Value

TypeDescription
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

Title Index

ASPxTitleIndex Class

ASPxTitleIndex Members

DevExpress.Web Namespace