RatingControlSettings.Titles Property
In This Article
Gets or sets the items tooltip titles (a string containing the enumeration of titles, one after another, separated by commas).
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value which specifies the items tooltip titles. |
#Remarks
The Titles property value represents a string that contains the enumeration of titles, one after another, separated by commas.
If the Titles property is set to an empty string, the title isn’t displayed.
See Also