ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridEditingRowEventArgs Class / Cancel Property

In This Topic
    Cancel Property (DataGridEditingRowEventArgs)
    In This Topic
    Gets or sets a value indicating whether this DataGridEditingRowEventArgs is canceled.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}

    Property Value

    true if canceled; otherwise, false.
    See Also