ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellPresenter Class / BottomLineBrush Property

In This Topic
    BottomLineBrush Property (DataGridCellPresenter)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to paint the bottom line.
    Syntax
    'Declaration
     
    
    Public Property BottomLineBrush As Brush
    public Brush BottomLineBrush {get; set;}
    See Also