Xceed DataGrid for Silverlight Documentation
Cancel Property (DragDropCancelEventArgs)


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 DragDropCancelEventArgs
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

DragDropCancelEventArgs Class
DragDropCancelEventArgs Members

Send Feedback