ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / NewRowStyle Property

In This Topic
    NewRowStyle Property (C1DataGrid)
    In This Topic
    Gets or sets the style that is used when rendering the row for entering new items.
    Syntax
    'Declaration
     
    
    Public Property NewRowStyle As Style
    public Style NewRowStyle {get; set;}
    Remarks
    See Also