[]
Converts this ClientCollectionView to a live view.
public View<T> AsLive<T>()
| Type | Description |
|---|---|
| View<T> | The resulting live view. |
| Name | Description |
|---|---|
| T | The type of the elements in this collection view. |
This method does not change the ClientCollectionView in any way, it just exposes its live view functionality.
This method is not supported for a ClientViewSource in virtual mode.
| Type | Condition |
|---|---|
| NotSupportedException | The ClientViewSource is in virtual mode. |