Skip to main content

RatingControlSettings.Titles Property

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string Titles { get; set; }

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