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

In This Topic
    HorizontalGridLineOpacity Property (DataGridSelectableRowPresenter)
    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