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

CreateDefaultEditor() public method

Gets the Column's default CellEditor
public CreateDefaultEditor ( ) : ICellEditor
return ICellEditor
        public override ICellEditor CreateDefaultEditor()
        {
            return new ComboBoxCellEditor();
        }