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


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