ActivationActionEventArgsBase.KeyDownEventArgs Property
In This Article
Gets event arguments for the KeyDown and KeyUp activation actions.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
#Declaration
public KeyEventArgs KeyDownEventArgs { get; }
#Property Value
Type | Description |
---|---|
Key |
Event arguments for the Key |
See Also