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

TitleIndexItem Class

Represents an individual data item within the ASPxTitleIndex control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class TitleIndexItem :
    CollectionItem

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 ASPxTitleIndex control is data bound (via the ASPxDataWebControl.DataSourceID property), the items contained within the ASPxTitleIndex.Items collection are not in effect.

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).

Inheritance

See Also