ComponentOne DataGrid for WPF and Silverlight
RowStyle Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : RowStyle Property
Gets or sets the style that is used when rendering rows.
Syntax
'Declaration
 
Public Property RowStyle As System.Windows.Style
public System.Windows.Style RowStyle {get; set;}
Remarks
System.Windows.Style.TargetType of the System.Windows.Style must be set to DataGridRowPresenter.
See Also

Reference

C1DataGrid Class
C1DataGrid Members