C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / NewRowTextColor Property


In This Topic
NewRowTextColor Property
In This Topic
Gets or sets the Nullable of the text and glyphs of the new row.
Syntax
'Declaration
 
Public Property NewRowTextColor As Nullable(Of Color)
 
'Usage
 
Dim instance As FlexGrid
Dim value As Nullable(Of Color)
 
instance.NewRowTextColor = value
 
value = instance.NewRowTextColor
See Also