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


In This Topic
    DefaultColumnHeaderRowHeight Property
    In This Topic
    Gets or sets the default height of the rows used to display column headers.
    Syntax
    'Declaration
     
    
    Public Property DefaultColumnHeaderRowHeight As GridLength
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As GridLength
     
    instance.DefaultColumnHeaderRowHeight = value
     
    value = instance.DefaultColumnHeaderRowHeight
    public GridLength DefaultColumnHeaderRowHeight {get; set;}
    See Also