[]
        
(Showing Draft Content)

C1.Android.Grid.GridDateTimeColumn.GetEditorValue

GetEditorValue Method

GetEditorValue(GridRow, View)

Gets the editor value.

Declaration
protected override object GetEditorValue(GridRow row, View editor)
Protected Overrides 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
Overrides