ComponentOne Xamarin.iOS
DefaultGroupRowHeight Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : DefaultGroupRowHeight Property
Gets or sets the default height of the group rows.
Syntax
'Declaration
 
Public Property DefaultGroupRowHeight As GridLength
'Usage
 
Dim instance As FlexGrid
Dim value As GridLength
 
instance.DefaultGroupRowHeight = value
 
value = instance.DefaultGroupRowHeight
public GridLength DefaultGroupRowHeight {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members