[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridRow.GetEditorValue

GetEditorValue Method

GetEditorValue(GridColumn, FrameworkElement)

Gets the editor value.

Declaration
protected object GetEditorValue(GridColumn column, FrameworkElement editor)
Protected Function GetEditorValue(column As GridColumn, editor As FrameworkElement) As Object
Parameters
Type Name Description
GridColumn column

The column.

FrameworkElement editor

The editor.

Returns
Type Description
object