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