ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridNumericColumn Class / GetCellEditingContent Method

In This Topic
    GetCellEditingContent Method (DataGridNumericColumn)
    In This Topic
    Gets a C1NumericBox that will be used to display the info into a cell of this column when the row is in edit mode.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetCellEditingContent( _
       ByVal row As DataGridRow _
    ) As FrameworkElement
    public override FrameworkElement GetCellEditingContent( 
       DataGridRow row
    )

    Parameters

    row

    Return Value

    C1NumericBox that represent a cell content in edit mode.
    See Also