Back to Devexpress

GridRowClickEventArgs.Grid Property

blazor-devexpress-dot-blazor-dot-gridrowclickeventargs-0704b444.md

latest1022 B
Original Source

GridRowClickEventArgs.Grid Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public IGrid Grid { get; }

Property Value

TypeDescription
IGrid

An object that implements the IGrid interface.

|

Remarks

Refer to the RowClick or RowDoubleClick event description for additional information and an example.

See Also

GridRowClickEventArgs Class

GridRowClickEventArgs Members

DevExpress.Blazor Namespace