PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGroup Class / GetValue<T> Method

In This Topic
    GetValue<T> Method (PropertyGroup)
    In This Topic
    Gets the value of the group or default if they are different.
    Syntax
    'Declaration
     
    
    Public Function GetValue(Of T)() As T
    public T GetValue<T>()

    Type Parameters

    T
    See Also