ASPxHint.Title Property
Gets or sets the hint’s title.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value that is the hint’s title. |
Remarks
To specify that the hint’s title should be obtained from the target element’s attribute value, use the ASPxHint.TitleAttribute property. To define the hint’s content, use the ASPxHint.Content or the ASPxHint.ContentAttribute properties.
See Also