TitleIndexItem Class
Represents an individual data item within the ASPxTitleIndex control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TitleIndexItem :
CollectionItem
#Related API Members
The following members return TitleIndexItem objects:
#Remarks
The TitleIndexItem class implements the functionality of an individual data item within the ASPxTitleIndex control. Instances of the TitleIndexItem class are maintained within the control’s ASPxTitleIndex.Items collection. Individual items can be added/deleted to/from the collection by using the means provided by the TitleIndexItemCollection class.
Note
If a ASPx
Use properties of the TitleIndexItem class to specify the main characteristics of an individual item, such as its caption text (TitleIndexItem.Text), tooltip text (TitleIndexItem.Description), the URL that the client web browser navigates to when an end user clicks the item (TitleIndexItem.NavigateUrl) and the grouping value allowing the item to be displayed within a specific group (TitleIndexItem.GroupValue).