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

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