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

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

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

Remarks

<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