GridEditFormTemplateContext.Grid Property
In This Article
Returns the Grid object.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IGrid Grid { get; }
#Property Value
Type | Description |
---|---|
IGrid | The Grid object. |
#Remarks
Refer to the EditFormTemplate description for more information.
See Also