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

In This Topic
    Cancel Property (DataGridBeginningNewRowEventArgs)
    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