DXReadOnlyObservableCollection<T> Constructors
AReadOnlyObservableCollection descendant that provides access to CollectionChanged and PropertyChanged events.
| Name | Parameters | Description |
|---|---|---|
| DXReadOnlyObservableCollection(ObservableCollection<T>) | list | Initializes a new instance of the DXReadOnlyObservableCollection<T> class with specified settings. |
See Also