Back to Devexpress

RowEditFinishedEventArgs.Success Property

wpf-devexpress-dot-xpf-dot-grid-dot-roweditfinishedeventargs.md

latest1.2 KB
Original Source

RowEditFinishedEventArgs.Success Property

Gets whether a user committed changes made in a row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

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

RowEditFinishedEventArgs Class

RowEditFinishedEventArgs Members

DevExpress.Xpf.Grid Namespace