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

In This Topic
    Editor Property (TransposedGridRowTagHelper)
    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