GridRowClickEventArgs.CtrlKey Property
Specifies whether the Ctrl key was pressed when a user clicked a row.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool CtrlKey { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Refer to the GridRowClickEventArgs class description for more information and an example.
See Also