[]
Gets or sets an instance of ClientView<T> that the ClientViewSource uses as the base for composing queries.
public View BaseView { get; set; }
The ClientViewSource applies filtering, sorting, grouping, and paging to its BaseView.
Type | Condition |
---|---|
ArgumentException | The value is not null and not an instance of ClientView<T>. |