TitleIndexItem.Description Property
In This Article
Gets or sets a description for the current data item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string which specifies the current item’s description. |
#Remarks
While the TitleIndexItem.Text of a TitleIndexItem is used as a label of the item’s hyperlink specified by the TitleIndexItem.NavigateUrl, the Descriptionis used as a tooltip element for mouse over events.
See Also