Method BeginInsertAfter
| Improve this Doc View SourceBeginInsertAfter(RowPresenter)
Begins inserting child row after specified child row.
Declaration
public void BeginInsertAfter(RowPresenter child = null)
Parameters
| Type | Name | Description |
|---|---|---|
| RowPresenter | child | The specified child row, null if insert as last child row. |