DataSource for Entity Framework in WPF
C1.WPF.Data.Entities Namespace / C1DataSource Class / GetControlHandler Method
The control from which to read the property value.

In This Topic
    GetControlHandler Method
    In This Topic
    Gets the value of the C1.WPF.Data.Entities.C1DataSource.ControlHandler attached property from a given control.
    Syntax
    'Declaration
     
    Public Shared Function GetControlHandler( _
       ByVal control As DependencyObject _
    ) As BaseControlHandler
    public static BaseControlHandler GetControlHandler( 
       DependencyObject control
    )

    Parameters

    control
    The control from which to read the property value.

    Return Value

    The value of the C1.WPF.Data.Entities.C1DataSource.ControlHandler attached property.
    See Also