ASPxRatingControl.ToolTip Property
In This Article
Gets or sets the control’s tooltip text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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