Enum InputType
Specifies the type of components that integrated with In-place editor to make it as editable.
Namespace: Syncfusion.EJ2.InPlaceEditor
Assembly: Syncfusion.AspNetMvc.InPlaceEditor.dll
Syntax
public enum InputType
Fields
| Name |
|---|
| AutoComplete |
| Color |
| ComboBox |
| Date |
| DateRange |
| DateTime |
| DropDownList |
| Mask |
| MultiSelect |
| Numeric |
| RTE |
| Slider |
| Text |
| Time |