Skip to main content
All docs
V25.2
  • 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

    true if the Alt key was pressed when the ItemClick event fired; otherwise, false.

    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