ComponentOne Xamarin.iOS
DefaultColumnHeaderRowHeight Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : DefaultColumnHeaderRowHeight Property
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

Reference

FlexGrid Class
FlexGrid Members