Skip to main content
All docs
V23.2

RowEditFinishedArgs.Success Property

Gets whether a user committed changes made in a row.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public bool? Success { get; }

Property Value

Type Description
Nullable<Boolean>

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

See Also