GetActiveEditorNeedsKeyEventArgs.Modifiers Property
In This Article
Gets the modifier keys (Shift
, Ctrl
, and Alt
) the user is pressing.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
#Declaration
public ModifierKeys Modifiers { get; }
#Property Value
Type | Description |
---|---|
Modifier |
The modifier keys ( |
See Also