PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyAttribute Class / GetValue<T> Method
The requested value type.
The converter used to convert the value.

In This Topic
    GetValue<T> Method (PropertyAttribute)
    In This Topic
    Gets the current value.
    Syntax
    'Declaration
     
    
    Public Function GetValue(Of T)( _
       Optional ByVal converter As IValueConverter _
    ) As T
    public T GetValue<T>( 
       IValueConverter converter
    )

    Parameters

    converter
    The converter used to convert the value.

    Type Parameters

    T
    The requested value type.
    See Also