Back to Devexpress

GridRowClickEventArgs.VisibleIndex Property

blazor-devexpress-dot-blazor-dot-gridrowclickeventargs-55329b5d.md

latest1.0 KB
Original Source

GridRowClickEventArgs.VisibleIndex Property

Returns the clicked row’s visible index.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public int VisibleIndex { get; }

Property Value

TypeDescription
Int32

The clicked row’s visible index.

|

Remarks

Refer to the GridRowClickEventArgs class description for additional information and an example.

See Also

GridRowClickEventArgs Class

GridRowClickEventArgs Members

DevExpress.Blazor Namespace