ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ItemsControl Class / GetValue Method

In This Topic
    GetValue Method (C1ItemsControl)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetValue( _
       ByVal dp As Windows.UI.Xaml.DependencyProperty _
    ) As System.Object
    public System.object GetValue( 
       Windows.UI.Xaml.DependencyProperty dp
    )

    Parameters

    dp
    See Also