Skip to main content
All docs
V26.1
  • TreeViewGetIsEditorActivationActionEventArgs.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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public KeyEventArgs KeyDownEventArgs { get; }

    Property Value

    Type Description
    KeyEventArgs

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

    See Also