Back to Devexpress

ASPxHint.Content Property

aspnet-devexpress-dot-web-dot-aspxhint-5e106d6e.md

latest1.6 KB
Original Source

ASPxHint.Content Property

Gets or sets the hint’s content.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string Content { get; set; }
vb
<DefaultValue("")>
Public Property Content As String

Property Value

TypeDefaultDescription
StringString.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

ASPxHint - OverviewOnline Demos:

Hint Control

ASPxHint Class

ASPxHint Members

DevExpress.Web Namespace