RatingControlSettings.ItemWidth Property
Gets or sets an item’s width.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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