MVCxVerticalGridRowCollection<ColumnType>.Add<ValueType>(Expression<Func<ColumnType, ValueType>>) Method
Adds a new row to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public MVCxVerticalGridRow<ColumnType> Add<ValueType>(
Expression<Func<ColumnType, ValueType>> expression
)
Parameters
Name | Type | Description |
---|---|---|
expression | Expression<Func<ColumnType, ValueType>> | The expression that identifies the data model field to which the row is bound. |
Type Parameters
Name |
---|
ValueType |
Returns
Type | Description |
---|---|
MVCxVerticalGridRow<ColumnType> | An MVCxVerticalGridRow<ColumnType> object that is the newly added Vertical Grid row. |
See Also