ComponentOne DataGrid for WPF and Silverlight
GetCellEditingContent Method (DataGridTextColumn)

C1.WPF.DataGrid Namespace > DataGridTextColumn Class : GetCellEditingContent Method
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 System.Windows.FrameworkElement
public override System.Windows.FrameworkElement GetCellEditingContent( 
   DataGridRow row
)

Parameters

row

Return Value

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

Reference

DataGridTextColumn Class
DataGridTextColumn Members