Back to Devexpress

GridCustomizeDataRowEditorEventArgs.Grid Property

blazor-devexpress-dot-blazor-dot-gridcustomizedataroweditoreventargs-d28fa4a2.md

latest950 B
Original Source

GridCustomizeDataRowEditorEventArgs.Grid Property

Returns the Grid object.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public IGrid Grid { get; }

Property Value

TypeDescription
IGrid

The Grid object.

|

Remarks

Use the Grid property to access the Grid and its extensive API in the CustomizeDataRowEditor event handler.

See Also

GridCustomizeDataRowEditorEventArgs Class

GridCustomizeDataRowEditorEventArgs Members

DevExpress.Blazor Namespace