C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / ColumnHeaderBackgroundColor Property


In This Topic
ColumnHeaderBackgroundColor Property
In This Topic
Gets or sets the Xamarin.Forms.Color of the column header background.
Syntax
'Declaration
 
Public Property ColumnHeaderBackgroundColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As GridBase
Dim value As Xamarin.Forms.Color
 
instance.ColumnHeaderBackgroundColor = value
 
value = instance.ColumnHeaderBackgroundColor
See Also