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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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