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

In This Topic
    PropertyType Property
    In This Topic
    Gets the type of this property.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property PropertyType As Type
    public override Type PropertyType {get;}

    Property Value

    The type of this property.
    See Also