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