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