SelectionChangedEventArgs.AddedItems Property
In This Article
Gets the collection of newly added items.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public IReadOnlyList<object> AddedItems { get; }
#Property Value
Type | Description |
---|---|
IRead |
The collection of newly added items. |
See Also