Gets the value of the C1.WPF.Data.Entities.C1DataSource.ControlHandler attached property from a given
control.
Namespace:
C1.WPF.Data.EntitiesAssembly: C1.WPF.Data.Entity (in C1.WPF.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 read the property value.