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


In This Topic
    DataGridCreatingNewItemEventArgs Class Members
    In This Topic

    The following tables list the members exposed by DataGridCreatingNewItemEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DataGridCreatingNewItemEventArgs class specify the collection view to which the item will potentially be added and allowing the process to be canceled.  
    Top
    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