RowEditFinishedEventArgs.Success Property
Gets whether a user committed changes made in a row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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