ASPxClientHintOptions.titleAttribute Property
Gets or sets the attribute name.
Declaration
titleAttribute: string
Property Value
Type | Description |
---|---|
string | A string value that is the attribute name. |
Remarks
Use the titleAttribute property to specify from which target element’s attribute a hint obtains its title.
ASPxClientHint.Register('.class_name', {
contentAttribute: 'my_content_att',
titleAttribute: 'my_title_att',
});
To define the hint’s title content directly, use the ASPxClientHintOptions.title property.
See Also