Back to Devexpress

TitleIndexItem.Description Property

aspnet-devexpress-dot-web-dot-titleindexitem-88e9e379.md

latest1.7 KB
Original Source

TitleIndexItem.Description Property

Gets or sets a description for the current data item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string Description { get; set; }
vb
<DefaultValue("")>
Public Property Description As String

Property Value

TypeDefaultDescription
StringString.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 Description is used as a tooltip element for mouse over events.

See Also

Text

NavigateUrl

Title Index

TitleIndexItem Class

TitleIndexItem Members

DevExpress.Web Namespace