Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / RatingCellType Class / MaxRating Property
Example


In This Topic
    MaxRating Property
    In This Topic
    Gets or sets the maximum rating.
    Syntax
    'Declaration
     
    
    Public Property MaxRating As Integer
    'Usage
     
    
    Dim instance As RatingCellType
    Dim value As Integer
     
    instance.MaxRating = value
     
    value = instance.MaxRating
    public int MaxRating {get; set;}

    Property Value

    Integer number of maximum rating
    Example
    See Also