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

In This Topic
    DataMapEditor Property (TransposedGridRow)
    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