Back to Devexpress

ASPxHint.TitleAttribute Property

aspnet-devexpress-dot-web-dot-aspxhint-40dbe023.md

latest1.7 KB
Original Source

ASPxHint.TitleAttribute Property

Gets or sets the target element attribute’s name from which a hint obtains its title text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A string value that is the element’s attribute name.

|

Remarks

csharp
<dx:ASPxHint ID="ASPxHint1" Content="Hint Content" TitleAttribute="title_att" Selector=".class_name" TriggerAction="MouseOver" runat="server"></dx:ASPxHint>

To set the title text directly, use the ASPxHint.Title property.

See Also

Hint Control

How to: Set Hint Content

ASPxHint Class

ASPxHint Members

DevExpress.Web Namespace