StiDataBindingPropertyDescriptor Constructor |
Initializes a new instance of the PropertyDescriptor class with the name and attributes in the specified PropertyDescriptor.
Namespace:
Stimulsoft.Base.Design
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiDataBindingPropertyDescriptor(
PropertyDescriptor propertyDescriptor
)
Public Sub New (
propertyDescriptor As PropertyDescriptor
)
Parameters
- propertyDescriptor
- Type: System.ComponentModelPropertyDescriptor
Specified PropertyDescriptor.
See Also