XPTable.Models.ComboBoxColumn.GetDefaultEditorName C# (CSharp) Method

GetDefaultEditorName() public method

Gets a string that specifies the name of the Column's default CellEditor
public GetDefaultEditorName ( ) : string
return string
        public override string GetDefaultEditorName()
        {
            return "COMBOBOX";
        }