IDXObservableCollectionChangedEventArgs.Items Property
Gets the list of modified items.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
IEnumerable Items { get; }
Property Value
Type | Description |
---|---|
IEnumerable | The list of modified items. |
See Also