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

In This Topic
    HorizontalGridLineVisibility Property (DataGridRowPresenter)
    In This Topic
    Gets or sets the visibility of the horizontal grid lines of this row, If true, the horizontal grid lines are shown.
    Syntax
    'Declaration
     
    
    Public Property HorizontalGridLineVisibility As Visibility
    public Visibility HorizontalGridLineVisibility {get; set;}
    Remarks
    This property is controlled by the C1DataGrid to which the presenter belongs.
    See Also