HorizontalGridLineBrush Property (DataGridRowPresenter)
In This Topic
Gets or sets the
System.Windows.Media.Brush used to highlight the horizontal grid lines.
Syntax
'Declaration
Public Property HorizontalGridLineBrush As Brush
public Brush HorizontalGridLineBrush {get; set;}
See Also