Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumnPropertyDescriptor Class / ComponentType Property


In This Topic
    ComponentType Property (SpreadDataColumnPropertyDescriptor)
    In This Topic
    When overridden in a derived class, gets the type of the component this property is bound to.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ComponentType As Type
    'Usage
     
    
    Dim instance As SpreadDataColumnPropertyDescriptor
    Dim value As Type
     
    value = instance.ComponentType
    public override Type ComponentType {get;}

    Property Value

    A System.Type that represents the type of component this property is bound to. When the System.ComponentModel.PropertyDescriptor.GetValue(System.Object) or System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object) methods are invoked, the object specified might be an instance of this type.
    See Also