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


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