Skip to main content
A newer version of this page is available. .

GridRowClickEventArgs.ShiftKey Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool ShiftKey { get; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also