'Declaration Public Overridable Function SelectCellEditor( _ ByVal column As ColumnBase, _ ByVal item As Object _ ) As CellEditor
'Usage Dim instance As CellEditorSelector Dim column As ColumnBase Dim item As Object Dim value As CellEditor value = instance.SelectCellEditor(column, item)
public virtual CellEditor SelectCellEditor( ColumnBase column, object item )
Parameters
- column
- The parent column of the cell.
- item
- The data context of the cell (the corresponding parent row’s source item).