C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / RowHeaderTextColor Property


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