FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / CheckListBehavior Class / SetCurrentValue(DependencyProperty,Object) Method

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

    Parameters

    dp
    value
    See Also