ComponentOne DataGrid for WPF and Silverlight
HorizontalGridLineVisibility Property (DataGridRowPresenter)

C1.WPF.DataGrid Namespace > DataGridRowPresenter Class : HorizontalGridLineVisibility Property
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 System.Windows.Visibility
public System.Windows.Visibility HorizontalGridLineVisibility {get; set;}
Remarks
This property is controlled by the C1DataGrid to which the presenter belongs.
See Also

Reference

DataGridRowPresenter Class
DataGridRowPresenter Members