Skip to main content
All docs
V26.1
  • ActivationActionEventArgsBase.KeyDownEventArgs Property

    Gets event arguments for the KeyDown and KeyUp activation actions.

    Namespace: DevExpress.Xpf.PropertyGrid

    Assembly: DevExpress.Xpf.PropertyGrid.v26.1.dll

    Declaration

    public KeyEventArgs KeyDownEventArgs { get; }

    Property Value

    Type Description
    KeyEventArgs

    Event arguments for the KeyDown and KeyUp activation actions.

    See Also