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

    Gets or sets if the active editor processes the current keystroke.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    Declaration

    public bool NeedsKey { get; set; }

    Property Value

    Type Description
    Boolean

    true if the active editor processes the current keystroke; otherwise, false.

    See Also