Back to Devexpress

TreeListView.CanCancelRowChanges() Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-7967a0fe.md

latest1.2 KB
Original Source

TreeListView.CanCancelRowChanges() Method

Gets whether you can discard 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 CanCancelRowChanges()
vb
Public Function CanCancelRowChanges As Boolean

Returns

TypeDescription
Boolean

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

|

Remarks

Tip

Topic : Edit Entire Row

See Also

CancelRowChanges()

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace