Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / DataFieldConverter Class / GetProperties Method / GetProperties(Object) Method


In This Topic
    GetProperties(Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetProperties( _
       ByVal value As Object _
    ) As PropertyDescriptorCollection
    'Usage
     
    Dim instance As DataFieldConverter
    Dim value As Object
    Dim value As PropertyDescriptorCollection
     
    value = instance.GetProperties(value)
    public PropertyDescriptorCollection GetProperties( 
       object value
    )

    Parameters

    value
    See Also