C1.WPF.DataGrid Namespace > DataGridColumn Class : GetCellEditingContent Method |
'Declaration
Public MustOverride Function GetCellEditingContent( _ ByVal row As DataGridRow _ ) As System.Windows.FrameworkElement
public abstract System.Windows.FrameworkElement GetCellEditingContent( DataGridRow row )
The returned element won't be recycled, once the editing is finished the visual element will be discarded. if you need to release resources you can do it in the method EndEdit.
It is no necessary to set the Source of the binding because the DataContext of the returned element will be set.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2