DataViewPropertyDescriptor.SetConverterType Method
Include Protected Members
Include Inherited Members
Adds a TypeConverterAttribute.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetConverterType(String) | Adds a TypeConverterAttribute, using the specified type name as the data converter for the property descriptor. | |
SetConverterType(Type) | Adds a TypeConverterAttribute, using the specified type as the data converter for the property descriptor. |
Top