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

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