Represents a control handler that connect GUI controls of supported types to a C1DataSource so
that those controls can be given additional functionality such as
lookup columns and virtual mode.
Namespace:
C1.Win.DataAssembly: C1.Win.Data.Entity (in C1.Win.Data.Entity.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class ControlHandler : BaseControlHandler, ICustomTypeDescriptor |
Visual Basic |
---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public Class ControlHandler _ Inherits BaseControlHandler _ Implements ICustomTypeDescriptor |
Remarks
To connect a control handler to a control, put a C1DataSource on your form and configure the ControlHandler extender property (that appears in your GUI controls when you add a C1DataSource to the form). Alternatively, use the SetControlHandler(Control, ControlHandler) method in code.
The supported GUI controls are: DataGridView and C1.Win.C1FlexGrid.C1FlexGrid.
Inheritance Hierarchy
System..::..Object
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
C1.Data.DataSource..::..BaseControlHandler
C1.Win.Data..::..ControlHandler
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
C1.Data.DataSource..::..BaseControlHandler
C1.Win.Data..::..ControlHandler