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

In This Topic
    Editor Property (CellTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.Editor. 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