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

VerticalGridRowCollection.Remove(VerticalGridRow) Method

Removes the specified row from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Remove(
    VerticalGridRow row
)

Parameters

Name Type Description
row VerticalGridRow

A VerticalGridRow object to remove from the collection.

See Also