C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / ColumnHeaderBackgroundColor Property


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