ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / BeginNewRow Method

In This Topic
    BeginNewRow Method (C1DataGrid)
    In This Topic
    Begins the edit of a new row. It will scroll the new row into view.
    Syntax
    'Declaration
     
    
    Public Function BeginNewRow() As Boolean
    public bool BeginNewRow()

    Return Value

    True, if the edit began, otherwise False
    See Also