TitleIndexItem.Description Property
Gets or sets a description for the current data item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | 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