ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / CustomPropertyInfo Class / CustomPropertyInfo Constructor
Decalaring type.
Property descriptor.

In This Topic
    CustomPropertyInfo Constructor
    In This Topic
    Initializes a new instance of the CustomPropertyInfo class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal declaringType As Type, _
       ByVal pd As PropertyDescriptor _
    )
    public CustomPropertyInfo( 
       Type declaringType,
       PropertyDescriptor pd
    )

    Parameters

    declaringType
    Decalaring type.
    pd
    Property descriptor.
    See Also