Skip to main content
A newer version of this page is available. .

TreeListView.CanCancelRowChanges() Method

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool CanCancelRowChanges()

Returns

Type Description
Boolean

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

Remarks

Tip

Topic: Edit Entire Row

See Also