ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / FilterDescriptor Class / SetCurrentValue(DependencyProperty,Object) Method

In This Topic
    SetCurrentValue(DependencyProperty,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetCurrentValue( _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal value As System.Object _
    ) 
    public void SetCurrentValue( 
       System.Windows.DependencyProperty dp,
       System.object value
    )

    Parameters

    dp
    value
    See Also