Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.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