[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridDateTimeColumn.GetEditorValue

GetEditorValue Method

GetEditorValue(GridRow, ComponentBase)

Gets the editor value.

Declaration
protected override object GetEditorValue(GridRow row, ComponentBase editor)
Protected Overrides Function GetEditorValue(row As GridRow, editor As ComponentBase) As Object
Parameters
Type Name Description
GridRow row

The row.

ComponentBase editor

The editor.

Returns
Type Description
object
Overrides