ASPxHint.Content Property
Gets or sets the hint’s content.
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 content. |
Remarks
To specify that the hint’s content should be obtained from the target element’s attribute value, use the ASPxHint.ContentAttribute property. To define the hint’s title, use the ASPxHint.Title or the ASPxHint.TitleAttribute properties.
See Also