ComponentOne Xamarin.Android
MaxRowHeight Property


C1.Android.Grid Assembly > C1.Android.Grid Namespace > FlexGrid Class : MaxRowHeight Property
Gets or sets the maximum height of rows in the FlexGrid.
Syntax
'Declaration
 
Public Property MaxRowHeight As Double
'Usage
 
Dim instance As FlexGrid
Dim value As Double
 
instance.MaxRowHeight = value
 
value = instance.MaxRowHeight
public double MaxRowHeight {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members