Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeSettingPropertyValueEventArgs Class / PropertyDescriptor Property


In This Topic
    PropertyDescriptor Property
    In This Topic
    Gets the property descriptor.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PropertyDescriptor As PropertyDescriptor
    'Usage
     
    
    Dim instance As BeforeSettingPropertyValueEventArgs
    Dim value As PropertyDescriptor
     
    value = instance.PropertyDescriptor
    public PropertyDescriptor PropertyDescriptor {get;}
    See Also