Skip to main content
Tab

VerticalGridCommandRowCustomButtonCollection(VerticalGridCommandRow) Constructor

Initializes a new instance of the VerticalGridCommandRowCustomButtonCollection class with the specified command row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridCommandRowCustomButtonCollection(
    VerticalGridCommandRow row
)

Parameters

Name Type Description
row VerticalGridCommandRow

A VerticalGridCommandRow object that represents the command row which owns this collection. This value is assigned to the VerticalGridCommandRowCustomButtonCollection.Row property.

See Also