VerticalGridCommandRowCustomButtonCollection(VerticalGridCommandRow) Constructor
Initializes a new instance of the VerticalGridCommandRowCustomButtonCollection class with the specified command row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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