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

In This Topic
    DataMapEditor Property (ColumnBase)
    In This Topic
    Gets or sets a value that indicates the type of editor to use when editing data-mapped cells in this column or row.
    Syntax
    'Declaration
     
    Public Overridable Property DataMapEditor As DataMapEditor
    public virtual DataMapEditor DataMapEditor {get; set;}
    See Also