Skip to main content
All docs
V26.1
  • TreeViewGetActiveEditorNeedsKeyEventArgs.Key Property

    Gets the key a user pressed to activate the editor.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public Key Key { get; }

    Property Value

    Type Description
    Key

    The key a user pressed to activate the editor.

    See Also