ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowPresenter Class / HorizontalGridLineBrush Property

In This Topic
    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;}
    Remarks
    This property is controlled by the C1DataGrid to which the presenter belongs.
    See Also