Gets or sets the Brush used to paint the background
of header cells in this row/column.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(null)] public Brush HeaderBackground { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(Nothing)> _ Public Property HeaderBackground As Brush Get Set |