Skip to main content

RatingControlSettings.ImageMapUrl Property

Gets or sets the URL pointing to the image representing an item within the RatingControl extension.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string ImageMapUrl { get; set; }

Property Value

Type Description
String

A System.String value specifying the URL representing the path to the image.

Remarks

Note

The default images within the RatingControl are defined within the currently applied theme settings. The theme settings have a higher priority than the RatingControlSettings.ImageMapUrl property. If you wish to display custom images wiithin the RatingControl, it is necessary to disable RatingControl theming by setting the SettingsBase.EnableTheming (via the RatingControlSettings.EnableTheming) property value to false, as shown in the code sample above.

See Also