TitleIndexItemEventArgs.Item Property
Gets an item object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
TitleIndexItem | A TitleIndexItem object, manipulations on which forced the event to be raised. |
Available values:
Name | Description |
---|---|
TitleIndex | Gets the ASPxTitleIndex object to which the current item belongs. |
DataItem | Gets the data item that is bound to the item. |
Text | Gets or sets the item's label text. |
NavigateUrl | Gets or sets an URL which defines the item's navigation location. |
Name | Gets or sets the item's unique identifier name. |
GroupValue | Gets the group value of the current data item. |
GroupValueString | For internal use only. |
Description | Gets or sets a description for the current data item. |
ToString() | Returns a string that represents the current object. |
FindControl(String) | Searches the current naming container for a server control with the specified id parameter. |
Assign(CollectionItem) | Copies the public properties from the specified CollectionItem instance to the current object. |
TitleIndexItem(String, String, String) | Initializes a new instance of the TitleIndexItem class with the specified settings. |
TitleIndexItem(String, String) | Initializes a new instance of the TitleIndexItem class specifying its display text and URL. |
TitleIndexItem(String) | Initializes a new instance of the TitleIndexItem class using the specified display text. |
TitleIndexItem() | Initializes a new instance of the TitleIndexItem class with default settings. |
Remarks
The Item property represents a TitleIndexItem object concerned with raising the event.