Xceed DataGrid for Silverlight Documentation
Cancel Property (DataGridEditCancelEventArgs)


Gets or sets a value indicating if the edit process is to be canceled.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As DataGridEditCancelEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}

Property Value

true to cancel the edit process; false to let it continue.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridEditCancelEventArgs Class
DataGridEditCancelEventArgs Members

Send Feedback