Skip to main content
A newer version of this page is available. .

RatingControlSettings.ItemHeight Property

Gets or sets an item‘s height.

Namespace: DevExpress.Web.Mvc

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

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