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


In This Topic
    IsAutoGenerated Property
    In This Topic
    Gets a value indicating whether this column or row was generated from source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAutoGenerated As Boolean
    'Usage
     
    
    Dim instance As GridRowCol
    Dim value As Boolean
     
    value = instance.IsAutoGenerated
    public bool IsAutoGenerated {get;}
    See Also