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

In This Topic
    GetCellEditingContent Method (DataGridTextColumn)
    In This Topic
    Gets a C1TextBoxBase 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

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