Skip to main content
All docs
V23.2

GridCustomizeCellEditorEventArgs.Grid Property

Returns an object that defines grid API members (properties and methods).

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public IGrid Grid { get; }

Property Value

Type Description
IGrid

An object that implements the IGrid interface.

Remarks

Use the Grid property to access the Grid and its rich API in the CustomizeDataRowEditor and CustomizeFilterRowEditor event handlers.

See Also