ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Grid Namespace / DataMapEditor Enumeration

In This Topic
    DataMapEditor Enumeration
    In This Topic
    Specifies constants that define the type of editor used with data-mapped columns.
    Syntax
    'Declaration
     
    Public Enum DataMapEditor 
       Inherits System.Enum
    public enum DataMapEditor : System.Enum 
    Members
    MemberDescription
    AutoCompleteUse an input element with auto-complete and validation.
    DropDownListUse an input element with auto-complete, validation, and a drop-down list.
    RadioButtonsUse radio buttons with mouse and keyboard support.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Grid.DataMapEditor

    See Also