[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRow.GetEditorValue

GetEditorValue Method

GetEditorValue(GridColumn, ComponentBase)

Gets the editor value.

Declaration
protected object GetEditorValue(GridColumn column, ComponentBase editor)
Protected Function GetEditorValue(column As GridColumn, editor As ComponentBase) As Object
Parameters
Type Name Description
GridColumn column

The column.

ComponentBase editor

The editor.

Returns
Type Description
object