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