[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridDateTimeColumn.GetEditorValue

GetEditorValue Method

GetEditorValue(GridRow, FrameworkElement)

Gets the editor value.

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

The row.

FrameworkElement editor

The editor.

Returns
Type Description
object
Overrides