Back to Devexpress

TreeListViewCommands.UpdateRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistviewcommands-b7f3d2d3.md

latest2.2 KB
Original Source

TreeListViewCommands.UpdateRow Property

Posts the edited row’s changes to the datasource.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand UpdateRow { get; }
vb
Public ReadOnly Property UpdateRow As ICommand

Property Value

TypeDescription
ICommand

A command that posts the edited row’s changes to the datasource.

|

Remarks

Tip

Corresponding Method : TreeListView.UpdateRow()

Click the Update button to post the edited row’s changes to the datasource. Alternatively, you can call the TableView.UpdateRow / TreeListView.UpdateRow method or the TableViewCommands.UpdateRow / TreeListViewCommands.UpdateRow command.

Click the Cancel button to discard the edited row’s changes. Alternatively, you can call the TableView.CancelRowChanges / TreeListView.CancelRowChanges method or the TableViewCommands.CancelRowChanges / TreeListViewCommands.CancelRowChanges command.

Tip

Topic : Edit Entire Row

See Also

TreeListViewCommands Class

TreeListViewCommands Members

DevExpress.Xpf.Grid Namespace