Back to Devexpress

GridCustomizeElementEventArgs.Grid Property

blazor-devexpress-dot-blazor-dot-gridcustomizeelementeventargs-455d2a47.md

latest1012 B
Original Source

GridCustomizeElementEventArgs.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

For additional information and examples, refer to the CustomizeElement event’s description.

See Also

GridCustomizeElementEventArgs Class

GridCustomizeElementEventArgs Members

DevExpress.Blazor Namespace