TitleIndexItem Properties
Represents an individual data item within the ASPxTitleIndex control.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DataItem | Gets the data item that is bound to the item. |
| Description | Gets or sets a description for the current data item. |
| GroupValue | Gets the group value of the current data item. |
| GroupValueString | For internal use only. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Name | Gets or sets the item’s unique identifier name. |
| NavigateUrl | Gets or sets an URL which defines the item’s navigation location. |
| Text | Gets or sets the item’s label text. |
| TitleIndex | Gets the ASPxTitleIndex object to which the current item belongs. |
See Also