Identifies the C1.WPF.Data.Entities.C1DataSource.ControlHandler attached property.

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

Syntax

C#
public static readonly DependencyProperty ControlHandlerProperty
Visual Basic
Public Shared ReadOnly ControlHandlerProperty As DependencyProperty

Remarks

Use this attached property to connect a control handler to a control.

See Also