TableView.CanUpdateRow() Method
Gets whether you can post the edited row’s changes.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Returns
| Type | Description |
|---|---|
| Boolean | true, if you can post the edited row’s changes; otherwise, false. |
Remarks
Tip
Topic: Edit Entire Row
See Also