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


In This Topic
RowHeaderSelectedBackgroundColor Property
In This Topic
Gets or sets the Xamarin.Forms.Color that is used to paint row header background for selected cells.
Syntax
'Declaration
 
Public Property RowHeaderSelectedBackgroundColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As GridBase
Dim value As Xamarin.Forms.Color
 
instance.RowHeaderSelectedBackgroundColor = value
 
value = instance.RowHeaderSelectedBackgroundColor
See Also