Back to Devexpress

TitleIndexItem Class

aspnet-devexpress-dot-web-066f4d8a.md

latest3.9 KB
Original Source

TitleIndexItem Class

Represents an individual data item within the ASPxTitleIndex control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TitleIndexItem :
    CollectionItem
vb
Public Class TitleIndexItem
    Inherits CollectionItem

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

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem TitleIndexItem

See Also

TitleIndexItem Members

Items

Title Index

DevExpress.Web Namespace