Skip to main content
A newer version of this page is available. .

MVCxVerticalGridRowCollection<ColumnType>.Add Method

Name Parameters Description
Add() none Adds a new item to the end of the collection and returns the newly created object.
Add(Action<MVCxVerticalGridRow<ColumnType>>) method Adds a new row to the collection and allows you to customize this row in a delegate method implementation.
Add<ValueType>(Expression<Func<ColumnType, ValueType>>, Action<MVCxVerticalGridRow>) expression, method Adds a new row to the collection and allows you to customize this row in a delegate method implementation.
Add<ValueType>(Expression<Func<ColumnType, ValueType>>) expression Adds a new row to the collection.