Skip to main content
All docs
V25.1
  • TreeListNodeEditFinishedEventArgs.Success Property

    Gets whether a user committed changes made in a node.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public bool? Success { get; }

    Property Value

    Type Description
    Nullable<Boolean>

    true if a user committed changes made in a node, false if a user did not commit changes, or null if a user did not make changes.

    See Also