Skip to main content
A newer version of this page is available. .
Tab

ASPxHint.Content Property

Gets or sets the hint’s content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string Content { get; set; }

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