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

HintSettings.TitleAttribute Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string TitleAttribute { get; set; }

Property Value

Type Description
String

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

Remarks

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

See Also