Skip to main content
A newer version of this page is available. .
Tab

TitleIndexItem.Description Property

Gets or sets a description for the current data item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string Description { get; set; }

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