IDXObservableCollection Interface
Provides access to DXObservableCollection<T> regardless of the type of items stored in the collection.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public interface IDXObservableCollection :
IList,
ICollection,
IEnumerable,
INotifyCollectionChanged,
INotifyPropertyChanged
See Also