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

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