ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / RowStyle Property

In This Topic
    RowStyle Property (DataGridRow)
    In This Topic
    Gets or sets the style of the row.
    Syntax
    'Declaration
     
    
    Public Property RowStyle As Style
    public Style RowStyle {get; set;}
    See Also