ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / CustomPropertyInfo Class / ReflectedType Property

In This Topic
    ReflectedType Property
    In This Topic
    Gets the class object that was used to obtain this instance of MemberInfo.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ReflectedType As Type
    public override Type ReflectedType {get;}

    Property Value

    The Type object through which this MemberInfo object was obtained.
    See Also