Back to Devexpress

GridRowClickEventArgs Properties

blazor-devexpress-dot-blazor-dot-gridrowclickeventargs-dot-underscore-properties.md

latest1.4 KB
Original Source

GridRowClickEventArgs Properties

Contains data for the RowClick and RowDoubleClick events.

NameDescription
ColumnProvides access to the IGridColumn interface (a grid column).
CtrlKeySpecifies whether the Ctrl key was pressed when a user clicked a row.
GridReturns an object that defines grid API members (properties and methods).
InputDeviceReturns the input device that triggered the event.
ShiftKeySpecifies whether the Shift key was pressed when a user clicked a row.
VisibleIndexReturns the clicked row’s visible index.

See Also

GridRowClickEventArgs Class

GridRowClickEventArgs Members

DevExpress.Blazor Namespace