ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / HorizontalGridLinesBrush Property

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