Sets the value of the C1.WPF.Data.Entities.C1DataSource.ControlHandler attached property to a given control.

Namespace:  C1.WPF.Data.Entities
Assembly:  C1.WPF.Data.Entity (in C1.WPF.Data.Entity.dll)

Syntax

C#
public static void SetControlHandler(
	DependencyObject control,
	BaseControlHandler handler
)
Visual Basic
Public Shared Sub SetControlHandler ( _
	control As DependencyObject, _
	handler As BaseControlHandler _
)

Parameters

control
Type: System.Windows..::..DependencyObject
The object on which to set the C1.WPF.Data.Entities.C1DataSource.ControlHandler attached property.
handler
Type: C1.Data.DataSource..::..BaseControlHandler
The property value to set.

See Also