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

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