[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridImageColumn.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(GridRow)

Creates the cell editor.

Declaration
protected override FrameworkElement CreateCellEditor(GridRow row)
Protected Overrides Function CreateCellEditor(row As GridRow) As FrameworkElement
Parameters
Type Name Description
GridRow row

The row.

Returns
Type Description
FrameworkElement
Overrides