Skip to main content

RatingControlSettings.ItemHeight Property

Gets or sets an item‘s height.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int ItemHeight { get; set; }

Property Value

Type Description
Int32

An integer value representing an item’s height in pixels.

Remarks

The ItemHeight property, together with the RatingControlSettings.ItemWidth property, is useful in specifying the item‘s size for customizing the items images via the RatingControlSettings.ImageMapUrl property.

For more information, see the Customizing Item Images topic.

See Also