Skip to main content
All docs
V26.1
  • ListBoxItemClickEventArgs<TData, TValue>.ShiftKey Property

    Specifies whether the Shift key was pressed when the ItemClick event fired.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public bool ShiftKey { get; }

    Property Value

    Type Description
    Boolean

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

    Remarks

    Refer to the ListBoxItemClickEventArgs<TData, TValue> class description for additional information and an example.

    See Also