[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridRow.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(GridColumn)

Creates the cell editor.

Declaration
protected FrameworkElement CreateCellEditor(GridColumn column)
Protected Function CreateCellEditor(column As GridColumn) As FrameworkElement
Parameters
Type Name Description
GridColumn column

The column.

Returns
Type Description
FrameworkElement