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

    Gets the modifier keys (Shift, Ctrl, and Alt) a user pressed to activate the editor.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    Declaration

    public ModifierKeys Modifiers { get; }

    Property Value

    Type Description
    ModifierKeys

    The modifier key state (Shift, Ctrl, and Alt) for the editor activation.

    See Also