Version

ColumnEditorType Enumeration

Type of column editor
Syntax
'Declaration
 
Public Enum ColumnEditorType 
   Inherits System.Enum
public enum ColumnEditorType : System.Enum 
Members
MemberDescription
CheckboxAn igCheckboxEditor is used
ComboThe igCombo is used. To configure items and other options, use the ColumnUpdatingSetting.EditorOptions.
CurrencyAn igCurrencyEditor is used
DateAn igDateEditor is used
DatePickerAn igDatePicker is used
MaskAn igMaskEditor is used
NumericAn igNumericEditor is used
PercentAn igPercentEditor is used
RatingThe igRating is used
TextAn igTextEditor is used
TimePickerThe igTimePicker is used
Requirements

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

See Also

View on GitHub