Back to Devexpress

ASPxHint.Title Property

aspnet-devexpress-dot-web-dot-aspxhint-22e7b1c8.md

latest1.6 KB
Original Source

ASPxHint.Title Property

Gets or sets the hint’s title.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

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

ASPxHint - OverviewOnline Demos:

Hint Control

ASPxHint Class

ASPxHint Members

DevExpress.Web Namespace