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

    true if the Ctrl/Option key was pressed when the ItemClick event fired; otherwise, false.

    Remarks

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

    See Also