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

ASPxHint.Title Property

Gets or sets the hint’s title.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

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