Skip to main content
A newer version of this page is available. .

DXObservableCollection<T> Class

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public class DXObservableCollection<T> :
    ObservableCollection<T>

Type Parameters

Name
T

Inheritance

Object
Collection<T>
ObservableCollection<T>
DXObservableCollection<T>
See Also