Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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