Back to Devexpress

IDXObservableCollection Interface

maui-devexpress-dot-maui-dot-mvvm-9f96cb76.md

latest1002 B
Original Source

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

csharp
public interface IDXObservableCollection :
    IList,
    ICollection,
    IEnumerable,
    INotifyCollectionChanged,
    INotifyPropertyChanged

Extension Methods

Yield<IDXObservableCollection>()

YieldIfNotNull<IDXObservableCollection>()

See Also

IDXObservableCollection Members

DevExpress.Maui.Mvvm Namespace