ASP.NET Core MVC コントロールヘルプ
DataMapEditor 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 : DataMapEditor 列挙体
Specifies constants that define the type of editor used with data-mapped columns.
シンタックス
'宣言
 
Public Enum DataMapEditor 
   Inherits System.Enum
public enum DataMapEditor : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Web.Mvc.Grid 名前空間