ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / AlternatingRowBackground Property

In This Topic
    AlternatingRowBackground Property
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint the background of odd-numbered rows.
    Syntax
    'Declaration
     
    
    Public Property AlternatingRowBackground As Brush
    public Brush AlternatingRowBackground {get; set;}
    Remarks
    Setting this property to null causes all rows to be painted using the brush defined by the RowBackground property.
    See Also