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

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