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.WPF.DataAssembly: C1.WPF.Data.Entity (in C1.WPF.Data.Entity.dll)
Syntax
C# |
---|
public class ControlHandler : BaseControlHandler |
Visual Basic |
---|
Public Class ControlHandler _ Inherits BaseControlHandler |
Remarks
To connect a control handler to a GUI control, assign an instance of this class to the ControlHandlerProperty attached property of the GUI control.
The supported GUI controls are: DataGrid, C1.WPF.FlexGrid.C1FlexGrid, C1.WPF.DataGrid.C1DataGrid.
Inheritance Hierarchy
System..::..Object
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
C1.Data.DataSource..::..BaseControlHandler
C1.WPF.Data..::..ControlHandler
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
C1.Data.DataSource..::..BaseControlHandler
C1.WPF.Data..::..ControlHandler