A base class for control handlers that connect GUI controls of supported types to a C1DataSource so
that those controls can be given additional functionality such as
auto-lookup columns and
virtual mode.
Namespace:
C1.Data.DataSourceAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)
Syntax
C# |
---|
public abstract class BaseControlHandler : DependencyObject, IDisposable, ISupportInitialize |
Visual Basic |
---|
Public MustInherit Class BaseControlHandler _ Inherits DependencyObject _ Implements IDisposable, ISupportInitialize |
Remarks
Use platform-specific control handlers for your controls: C1.Win.Data.ControlHandler, C1.WPF.Data.ControlHandler, and C1.Silverlight.Data.ControlHandler.
The list of supported GUI controls for each platform can be found in the reference of that platform's ControlHandler.
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
C1.Data.DataSource..::..BaseControlHandler
C1.Silverlight.Data..::..ControlHandler
System.Windows..::..DependencyObject
C1.Data.DataSource..::..BaseControlHandler
C1.Silverlight.Data..::..ControlHandler