FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / ConditionalFieldStyleEditor Class / SetCurrentValue Method

In This Topic
    SetCurrentValue Method (ConditionalFieldStyleEditor)
    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