Back to Devexpress

HintSettings.TitleAttribute Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-hintsettings-25f716a4.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string TitleAttribute { get; set; }
vb
Public Property TitleAttribute As String

Property Value

TypeDescription
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

Title

HintSettings Class

HintSettings Members

DevExpress.Web.Mvc Namespace