'Declaration
Public Overridable Sub BindCellContent( _ ByVal cellContent As FrameworkElement, _ ByVal row As DataGridRow _ )
public virtual void BindCellContent( FrameworkElement cellContent, DataGridRow row )
Parameters
- cellContent
- Visual element that will be bound in order to display the cell content. If the cellContent received is not the expected you'll probably need to override the method GetCellContentRecyclingKey.
- row
- Row for which the cell will be initialized.