C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumn Class / HeaderBackgroundColor Property


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