[]
        
(Showing Draft Content)

C1.Maui.Grid.GridColumn.GetEditorValue

GetEditorValue Method

GetEditorValue(GridRow, View)

Gets the editor value.

Declaration
protected virtual object GetEditorValue(GridRow row, View editor)
Protected Overridable Function GetEditorValue(row As GridRow, editor As View) As Object
Parameters
Type Name Description
GridRow row

The row.

View editor

The editor.

Returns
Type Description
object