Skip to main content
A newer version of this page is available. .
All docs
V21.2

NodeEditFinishedArgs.Success Property

Gets whether a user committed changes made in a node.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v21.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

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