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.Silverlight.Data
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.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.Silverlight.FlexGrid.C1FlexGrid, C1.Silverlight.DataGrid.C1DataGrid.

Lookup columns are not supported in DataGrid because that control lacks required functionality.

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    C1.Data.DataSource..::..BaseControlHandler
      C1.Silverlight.Data..::..ControlHandler

See Also