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

    Gets or sets if an in-place editor is activated for the focused cell.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    Declaration

    public bool IsActivationAction { get; set; }

    Property Value

    Type Description
    Boolean

    true if an in-place editor is activated for the focused cell; otherwise, false.

    See Also