Data source object exposing data from ClientCacheBase to which GUI controls can bind. Using a ClientViewSource, you can load, filter, group, and sort data easily.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public class ClientViewSource : DependencyObject, 
	IControlHandlerSource, ISupportInitialize, INotifyPropertyChanged
Visual Basic
Public Class ClientViewSource _
	Inherits DependencyObject _
	Implements IControlHandlerSource, ISupportInitialize, INotifyPropertyChanged

Inheritance Hierarchy

See Also