GroupRowTextSize Property
In This Topic
Gets or sets the font size applied to group row cells.
Syntax
'Declaration
Public Property GroupRowTextSize As Single
'Usage
Dim instance As FlexGrid
Dim value As Single
instance.GroupRowTextSize = value
value = instance.GroupRowTextSize
public float GroupRowTextSize {get; set;}
See Also