Gets or sets the brush used to draw the texts displayed in the grid header. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush HeaderForeground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderForeground As Brush |
A WPF Brush.
See Also