Skip to main content
All docs
V26.1
  • TreeListRowClickEventArgs.CtrlKey Property

    Returns whether the Ctrl key was pressed when a user clicked a row.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    public bool CtrlKey { get; }

    Property Value

    Type Description
    Boolean

    true if the Ctrl key was pressed when a user clicked a row; otherwise, false.

    Remarks

    Refer to the RowClick or RowDoubleClick event description for additional information and an example.

    See Also