Back to Devexpress

RowEditFinishedArgs.Success Property

corelibraries-devexpress-dot-mvvm-dot-xpf-dot-roweditfinishedargs.md

latest1.3 KB
Original Source

RowEditFinishedArgs.Success Property

Gets whether a user committed changes made in a row.

Namespace : DevExpress.Mvvm.Xpf

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
public bool? Success { get; }
vb
Public ReadOnly Property Success As Boolean?

Property Value

TypeDescription
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

RowEditFinishedArgs Class

RowEditFinishedArgs Members

DevExpress.Mvvm.Xpf Namespace