Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumnPropertyDescriptor Class / PropertyType Property


In This Topic
PropertyType Property (SpreadDataColumnPropertyDescriptor)
In This Topic
When overridden in a derived class, gets the type of the property.
Syntax
'Declaration
 
Public Overrides ReadOnly Property PropertyType As Type
 
'Usage
 
Dim instance As SpreadDataColumnPropertyDescriptor
Dim value As Type
 
value = instance.PropertyType

Property Value

A System.Type that represents the type of the property.
See Also