RadControls for WinForms

Represents a read-only data collection that provides notifications when the original ObservableCollection<(Of <(<'T>)>)> has changed.

Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class ReadOnlyObservableCollection<T> : ReadOnlyCollection<T>, 
	INotifyCollectionChanged, INotifyPropertyChanged
Visual Basic
Public Class ReadOnlyObservableCollection(Of T) _
	Inherits ReadOnlyCollection(Of T) _
	Implements INotifyCollectionChanged, INotifyPropertyChanged

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'T>)>)>
    Telerik.WinControls.Data..::..ReadOnlyObservableCollection<(Of <(<'T>)>)>
      Telerik.WinControls.UI..::..GridViewSelectedCellsCollection
      Telerik.WinControls.UI..::..GridViewSelectedRowsCollection
      Telerik.WinControls.UI.PivotFieldList..::..FieldCollection

See Also