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


In This Topic
    ReadOnly Property
    In This Topic
    Gets or sets whether the value is read-only (cannot be changed).
    Syntax
    'Declaration
     
    
    Public Property ReadOnly As Boolean
    'Usage
     
    
    Dim instance As RatingCellType
    Dim value As Boolean
     
    instance.ReadOnly = value
     
    value = instance.ReadOnly
    public bool ReadOnly {get; set;}

    Property Value

    Boolean: true if the value is read-only; false otherwise
    See Also