ComponentOne DataGrid for WPF and Silverlight
Cancel Property (DataGridEditingRowEventArgs)

C1.Silverlight.DataGrid Namespace > DataGridEditingRowEventArgs Class : Cancel Property
Gets or sets a value indicating whether this DataGridEditingRowEventArgs is canceled.
Syntax
'Declaration
 
Public Property Cancel As System.Boolean
public System.bool Cancel {get; set;}

Property Value

true if canceled; otherwise, false.
See Also

Reference

DataGridEditingRowEventArgs Class
DataGridEditingRowEventArgs Members