ASP.NET Pack Programmer's Guide
RatingItem.ToolTip Property
See Also
 





Gets or sets the tooltip text displayed by this item.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string ToolTip { get; set; }

Visual Basic  Copy Code

Public Property ToolTip As String

 Property Value

Type: String
A string that specifies the text displayed by the item's tooltip. Default value is empty string ("").

 See Also

RatingItem Members
RatingItem Class
MindFusion.UI.WebForms Namespace