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

In This Topic
    HorizontalGridLineOpacity Property
    In This Topic
    Gets or sets the opacity of the horizontal grid line.
    Syntax
    'Declaration
     
    
    Public Property HorizontalGridLineOpacity As Double
    public double HorizontalGridLineOpacity {get; set;}
    Remarks
    This property is controlled by the C1DataGrid to which the presenter belongs.
    See Also