Click or drag to resize

ObservableListT Properties

The ObservableListT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollectionT.
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
Public propertyItem
Gets or sets the element at the specified index. Fires an ItemChanged event with a "remove" and then an "add".
Top
See Also