Skip to main content
Tab

VerticalGridRowCollection.Add(VerticalGridRow) Method

Adds the specified row to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    VerticalGridRow row
)

Parameters

Name Type Description
row VerticalGridRow

A VerticalGridRow object to add to the collection.

See Also