VerticalGridHeaderTemplateContainer(VerticalGridRow) Constructor
Initializes a new instance of the VerticalGridHeaderTemplateContainer class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | VerticalGridRow | A VerticalGridRow object that uniquely identifies the row that contains the template container. This value is assigned to the VerticalGridHeaderTemplateContainer.Row property. |
See Also