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

RatingControlSettings.ItemWidth Property

Gets or sets an item’s width.

Namespace: DevExpress.Web.Mvc

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

Declaration

public int ItemWidth { get; set; }

Property Value

Type Description
Int32

An integer value representing the item’s width in pixels.

Remarks

The ItemWidth property, together with the RatingControlSettings.ItemHeight 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