C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumn Class / HeaderTextColor Property


In This Topic
HeaderTextColor Property (GridColumn)
In This Topic
Gets or sets the Nullable used to paint the foreground of header cells in this column.
Syntax
'Declaration
 
Public Property HeaderTextColor As Nullable(Of Color)
 
'Usage
 
Dim instance As GridColumn
Dim value As Nullable(Of Color)
 
instance.HeaderTextColor = value
 
value = instance.HeaderTextColor
See Also