Gets the value of the C1.Silverlight.Data.RiaServices.C1DataSource.ControlHandler attached property from a given control.

Namespace:  C1.Silverlight.Data.RiaServices
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
public static BaseControlHandler GetControlHandler(
	DependencyObject control
)
Visual Basic
Public Shared Function GetControlHandler ( _
	control As DependencyObject _
) As BaseControlHandler

Parameters

control
Type: System.Windows..::..DependencyObject
The control from which to get the property value.

Return Value

The value of the C1.Silverlight.Data.RiaServices.C1DataSource.ControlHandler attached property.

See Also