ColumnHeaderSelectedBackgroundColor Property
In This Topic
Gets or sets the Xamarin.Forms.Color that is used to paint column header background for selected cells.
Syntax
'Declaration
Public Property ColumnHeaderSelectedBackgroundColor As Xamarin.Forms.Color
'Usage
Dim instance As GridBase
Dim value As Xamarin.Forms.Color
instance.ColumnHeaderSelectedBackgroundColor = value
value = instance.ColumnHeaderSelectedBackgroundColor
public Xamarin.Forms.Color ColumnHeaderSelectedBackgroundColor {get; set;}
See Also