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


In This Topic
    DefaultRow Property
    In This Topic
    Gets the default row dimensions.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DefaultRow As GridCellFactoryBase.RowInfo
    'Usage
     
    
    Dim instance As GridCellFactoryBase
    Dim value As GridCellFactoryBase.RowInfo
     
    value = instance.DefaultRow
    public GridCellFactoryBase.RowInfo DefaultRow {get;}
    See Also