ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / DataMapEditor Property

In This Topic
    DataMapEditor Property (TransposedGridRowBase)
    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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property DataMapEditor As DataMapEditor
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual DataMapEditor DataMapEditor {get; set;}
    See Also