ObservableList<T> Properties
The following tables list the members exposed by the ObservableList<T> type.
| Name | Description | |
|---|---|---|
|
Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (inherited from List<T>). |
|
Count | Gets the number of elements actually contained in the List<T>. (inherited from List<T>). |
|
Item(Int32) | Gets or sets the element at the specified index. (inherited from List<T>). |