ComponentOne DataGrid for WPF and Silverlight
CancelCellEdit Method (DataGridDateTimeColumn)

C1.WPF.DataGrid Namespace > DataGridDateTimeColumn Class : CancelCellEdit Method
Syntax
'Declaration
 
Public Overrides Sub CancelCellEdit( _
   ByVal editingElement As System.Windows.FrameworkElement, _
   ByVal uneditedValue As System.Object _
) 
public override void CancelCellEdit( 
   System.Windows.FrameworkElement editingElement,
   System.object uneditedValue
)

Parameters

editingElement
uneditedValue
See Also

Reference

DataGridDateTimeColumn Class
DataGridDateTimeColumn Members