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