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.Data
Assembly:  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

See Also