Back to Devexpress

GridRowClickEventArgs.CtrlKey Property

blazor-devexpress-dot-blazor-dot-gridrowclickeventargs-4846d6d3.md

latest997 B
Original Source

GridRowClickEventArgs.CtrlKey Property

Specifies whether the Ctrl 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 CtrlKey { get; }

Property Value

TypeDescription
Boolean

true if the Ctrl 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