GridToolbarTemplateContext(IGrid) Constructor
Initializes a new instance of the GridToolbarTemplateContext class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public GridToolbarTemplateContext(
IGrid grid
)
Parameters
| Name | Type | Description |
|---|---|---|
| grid | IGrid | The Grid object. |
See Also