[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor

SpreadDataColumnPropertyDescriptor Class

Provides an abstraction of a property on a SpreadDataColumn class.

Inheritance
SpreadDataColumnPropertyDescriptor
Namespace: FarPoint.Web.Spread.Data
Assembly: FarPoint.Web.Spread.dll
Syntax
public class SpreadDataColumnPropertyDescriptor : PropertyDescriptor
Public Class SpreadDataColumnPropertyDescriptor
    Inherits PropertyDescriptor

Constructors

Name Description
SpreadDataColumnPropertyDescriptor(string, Type)

Initializes a new instance of the SpreadDataColumnPropertyDescriptor class.

Properties

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.

Methods

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.