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