FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / RowStyle Property

In This Topic
    RowStyle Property
    In This Topic
    Gets or sets the System.Windows.Style of the normal rows cells.
    Syntax
    'Declaration
     
    Public Property RowStyle As Style
    public Style RowStyle {get; set;}
    See Also