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

    Gets key event data if the editor activation was triggered by a keystroke; otherwise, null.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    Declaration

    public KeyEventArgs KeyDownEventArgs { get; }

    Property Value

    Type Description
    KeyEventArgs

    Key event data if editor activation was triggered by a keystroke; otherwise, null.

    See Also