ComponentOne DataGrid for WPF and Silverlight
NewRowStyle Property (C1DataGrid)

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

Reference

C1DataGrid Class
C1DataGrid Members