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


In This Topic
    Editor Property (RatingCellType)
    In This Topic
    Gets or sets the editor (editing control) for the rating.
    Syntax
    'Declaration
     
    
    Public Overrides Property Editor As WebControl
    'Usage
     
    
    Dim instance As RatingCellType
    Dim value As WebControl
     
    instance.Editor = value
     
    value = instance.Editor
    public override WebControl Editor {get; set;}

    Property Value

    WebControl containing the editor (editing control)
    See Also