Skip to main content
A newer version of this page is available. .

GridEditFormTemplateContext Class

Stores information about the edit form in the Grid and is passed as the context parameter to the DxGrid.EditFormTemplate.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public class GridEditFormTemplateContext

Remarks

The EditFormTemplate accepts a GridEditFormTemplateContext object as the context parameter. Refer to the EditFormTemplate description for information about the parameter’s members. For information on how to enable data editing, see the following topic: Edit Data and Validate Input.

Inheritance

Object
GridEditFormTemplateContext
See Also