Skip to main content
All docs
V26.1
  • TreeViewGetIsEditorActivationActionEventArgs.TextInputEventArgs Property

    Gets text input event data if the activation was triggered by text input; otherwise, null.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    Declaration

    public TextCompositionEventArgs TextInputEventArgs { get; }

    Property Value

    Type Description
    TextCompositionEventArgs

    Text input event data if the activation was triggered by text input; otherwise, null.

    See Also