Back to Devexpress

GridRowClickEventArgs.ShiftKey Property

blazor-devexpress-dot-blazor-dot-gridrowclickeventargs-f2f71215.md

latest1001 B
Original Source

GridRowClickEventArgs.ShiftKey Property

Specifies whether the Shift key was pressed when a user clicked a row.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public bool ShiftKey { get; }

Property Value

TypeDescription
Boolean

true if the Shift key was pressed when a user clicked a row; otherwise, false.

|

Remarks

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

See Also

GridRowClickEventArgs Class

GridRowClickEventArgs Members

DevExpress.Blazor Namespace