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