ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / Cell Class / Editor Property

In This Topic
    Editor Property (Cell)
    In This Topic
    Gets or sets a reference to an input control to be used as a custom cell editor for this.
    Syntax
    'Declaration
     
    Public Property Editor As String
    public string Editor {get; set;}
    See Also