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


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