ListBoxItemClickEventArgs<TData, TValue>.AltKey Property
Specifies whether the Alt key was pressed when the ItemClick event fired.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool AltKey { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The Alt key does not have a default navigation role, but you can handle Alt key presses in the ItemClick event handler and assign a custom action.
Refer to the ListBoxItemClickEventArgs<TData, TValue> class description for more information and an example.
See Also