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

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