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

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

    Parameters

    dp
    value
    See Also