Skip to main content
Tab

ASPxRatingControl.ItemCount Property

Gets or sets the number of items displayed in the rating control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(5)]
public int ItemCount { get; set; }

#Property Value

Type Default Description
Int32 5

An integer value that specifies the number of items.

#Remarks

Use the ItemCount property to specify the total number of items displayed within the ASPxRatingControl.

The ItemCount property value defines the column count for a custom image (the ASPxRatingControl.ImageMapUrl property) if it’s required to set a specific image for each item. For more information, see the Customizing Item’s Images topic.

See Also