Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / CellEditorSelector Class / SelectCellEditor Method
The parent column of the cell.
The data context of the cell  (the corresponding parent row’s source item).


In This Topic
    SelectCellEditor Method
    In This Topic
    Selects the appropriate cell editor based on the specified information.
    Syntax
    '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).
    Requirements

    Target Platforms: Windows 11, Windows, 10, 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