Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridAutoGeneratingColumnEventArgs Class / Property Property


In This Topic
    Property Property
    In This Topic
    Gets the property info associated to the column that is being auto-generated.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Property As PropertyInfo
    'Usage
     
    
    Dim instance As GridAutoGeneratingColumnEventArgs
    Dim value As PropertyInfo
     
    value = instance.Property
    public PropertyInfo Property {get;}
    See Also