ListBoxItemClickEventArgs<TData, TValue>.CtrlKey Property
Specifies whether the Ctrl(Windows) or Option(Mac) key was pressed when the ItemClick event fired.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool CtrlKey { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Refer to the ListBoxItemClickEventArgs<TData, TValue> class description for more information and an example.
See Also