Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HyperlinkClickEventArgs.ModifierKeys Property

Determines which modifier keys (SHIFT, CTRL, and ALT) were pressed to activate a hyperlink.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public PortableKeys ModifierKeys { get; }

#Property Value

Type Description
DevExpress.Portable.Input.PortableKeys

The equivalent of the System.Windows.Forms.Keys enumeration. Represents one or more modifier keys that were pressed during the event.

#Remarks

Use the following properties to determine whether a specific modifier key was pressed:

See Also