'Declaration Public Enum ColumnEditorType Inherits System.Enum
public enum ColumnEditorType : System.Enum
Member | Description |
---|---|
Checkbox | An igCheckboxEditor is used |
Combo | The igCombo is used. To configure items and other options, use the ColumnUpdatingSetting.EditorOptions. |
Currency | An igCurrencyEditor is used |
Date | An igDateEditor is used |
DatePicker | An igDatePicker is used |
Mask | An igMaskEditor is used |
Numeric | An igNumericEditor is used |
Percent | An igPercentEditor is used |
Rating | The igRating is used |
Text | An igTextEditor is used |
TimePicker | The igTimePicker is used |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub