[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridNumericColumn.GetEditorValue

GetEditorValue Method

GetEditorValue(GridRow, ComponentBase)

Gets the editor value.

Declaration
protected override object GetEditorValue(GridRow row, ComponentBase editor)
Parameters
Type Name Description
GridRow row

The row.

ComponentBase editor

The editor.

Returns
Type Description
object
Overrides