ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1RatingExtender / C1Rating Extender Tutorial / Step 2 of 3: Customizing the C1RatingExtender
In This Topic
    Step 2 of 3: Customizing the C1RatingExtender
    In This Topic

    In this topic you will set some of the properties for the C1RatingExtender.

    1.       Select View | Properties Window in the Visual Studio menu.

    2.       Click the drop-down list at the top of the Properties window and select Panel1_C1RatingExtender.

    3.       Set the C1RatingExtender.Count property to 4. When the application runs, there will be 4 stars for the rating control.

    4.       Set the C1RatingExtender.TotalValue property to 4. Each star will have a value of 1 point.

    5.       Set the C1RatingExtender.Split property to 2. Each star will have two halves, each half is worth .5 points.

    6.       Set the C1RatingExtender.Value property to 2. The C1RatingExtender control will start out with a rating of 2 shaded stars.

    Now run the project to see the star rating.