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

ASPxRatingControl.ToolTip Property

Gets or sets the control’s tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the text displayed within the tooltip.

Remarks

The tooltip is shown whenever the mouse pointer pauses over the ASPxRatingControl.

See Also