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