[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(GridRow)

Creates the cell editor.

Declaration
protected virtual FrameworkElement CreateCellEditor(GridRow row)
Protected Overridable Function CreateCellEditor(row As GridRow) As FrameworkElement
Parameters
Type Name Description
GridRow row

The row.

Returns
Type Description
FrameworkElement