[]
        
Provides an abstraction of a property on a SpreadDataColumn class.
public class SpreadDataColumnPropertyDescriptor : PropertyDescriptorPublic Class SpreadDataColumnPropertyDescriptor
    Inherits PropertyDescriptor| Name | Description | 
|---|---|
| SpreadDataColumnPropertyDescriptor(string, Type) | Initializes a new instance of the SpreadDataColumnPropertyDescriptor class. | 
| Name | Description | 
|---|---|
| ComponentType | When overridden in a derived class, gets the type of the component this property is bound to. | 
| IsReadOnly | When overridden in a derived class, gets a value that indicates whether this property is read-only. | 
| PropertyType | When overridden in a derived class, gets the type of the property. | 
| Name | Description | 
|---|---|
| CanResetValue(object) | When overridden in a derived class, returns whether resetting an object changes its value. | 
| GetValue(object) | When overridden in a derived class, gets the current value of the property on a component. | 
| ResetValue(object) | When overridden in a derived class, resets the value for this property of the component to the default value. | 
| SetValue(object, object) | When overridden in a derived class, sets the value of the component to a different value. | 
| ShouldSerializeValue(object) | When overridden in a derived class, determines a value that indicates whether the value of this property needs to be persisted. |