C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / GroupRowFont Property


In This Topic
GroupRowFont Property
In This Topic
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
See Also