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

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