[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.GetEditorValue

GetEditorValue Method

GetEditorValue(GridRow, FrameworkElement)

Gets the editor value.

Declaration
protected virtual object GetEditorValue(GridRow row, FrameworkElement editor)
Protected Overridable 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