Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / DefaultColumnHeadersRowHeight Property


In This Topic
    DefaultColumnHeadersRowHeight Property
    In This Topic
    Gets or sets the default height of the rows used to display column headers.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Renamed to DefaultColumnHeaderRowHeight")>
    Public Property DefaultColumnHeadersRowHeight As Xamarin.Forms.GridLength
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Xamarin.Forms.GridLength
     
    instance.DefaultColumnHeadersRowHeight = value
     
    value = instance.DefaultColumnHeadersRowHeight
    [Obsolete("Renamed to DefaultColumnHeaderRowHeight")]
    public Xamarin.Forms.GridLength DefaultColumnHeadersRowHeight {get; set;}
    See Also