ComponentOne DataGrid for WPF and Silverlight
CustomPropertyInfo Constructor

C1.WPF.DataGrid Namespace > CustomPropertyInfo Class : CustomPropertyInfo Constructor
Decalaring type.
Property descriptor.
Initializes a new instance of the CustomPropertyInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal declaringType As System.Type, _
   ByVal pd As System.ComponentModel.PropertyDescriptor _
)
public CustomPropertyInfo( 
   System.Type declaringType,
   System.ComponentModel.PropertyDescriptor pd
)

Parameters

declaringType
Decalaring type.
pd
Property descriptor.
See Also

Reference

CustomPropertyInfo Class
CustomPropertyInfo Members