Back to Devexpress

TableView.CanUpdateRow() Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-38d934bc.md

latest1.1 KB
Original Source

TableView.CanUpdateRow() Method

Gets whether you can post the edited row’s changes.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool CanUpdateRow()
vb
Public Function CanUpdateRow As Boolean

Returns

TypeDescription
Boolean

true , if you can post the edited row’s changes; otherwise, false.

|

Remarks

Tip

Topic : Edit Entire Row

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace