C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / HeaderBackgroundColor Property


In This Topic
HeaderBackgroundColor Property (GridColumn)
In This Topic
Gets or sets the UIKit.UIColor used to paint the background of header cells in this column.
Syntax
'Declaration
 
Public Property HeaderBackgroundColor As UIKit.UIColor
 
'Usage
 
Dim instance As GridColumn
Dim value As UIKit.UIColor
 
instance.HeaderBackgroundColor = value
 
value = instance.HeaderBackgroundColor
See Also