ComponentOne Xamarin.iOS
GroupRowFont Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : GroupRowFont Property
Gets or sets the font applied to group row.
Syntax
'Declaration
 
Public Property GroupRowFont As UIKit.UIFont
'Usage
 
Dim instance As FlexGrid
Dim value As UIKit.UIFont
 
instance.GroupRowFont = value
 
value = instance.GroupRowFont
public UIKit.UIFont GroupRowFont {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members