C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRowCell Class / GroupFont Property


In This Topic
GroupFont Property
In This Topic
Gets or sets the group font.
Syntax
'Declaration
 
Public Property GroupFont As UIKit.UIFont
 
'Usage
 
Dim instance As GridGroupRowCell
Dim value As UIKit.UIFont
 
instance.GroupFont = value
 
value = instance.GroupFont
See Also