Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridCreatingNewItemEventArgs Class


In This Topic
    DataGridCreatingNewItemEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see DataGridCreatingNewItemEventArgs members.

    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets the DataGridCollectionView to which the item will potentially be added.  
    Public PropertyGets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.  
    Public PropertyGets or sets the new item to add to the CollectionView.  
    Top
    See Also