VerticalGridRowCollection.Add(VerticalGridRow) Method
Adds the specified row to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | VerticalGridRow | A VerticalGridRow object to add to the collection. |
See Also