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


In This Topic
    RowHeaders Property
    In This Topic
    Gets the GridPanel that contains the row header cells.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowHeaders As GridPanel
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As GridPanel
     
    value = instance.RowHeaders
    public GridPanel RowHeaders {get;}
    See Also