Skip to main content
All docs
V23.2

GridCustomizeDataRowEditorEventArgs.EditModel Property

Returns the edit model.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public object EditModel { get; }

Property Value

Type Description
Object

The edit model.

Remarks

Use the EditModel property to get the edit model in the CustomizeDataRowEditor event handler.

See Also