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

TreeListView.CanUpdateRow() Method

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool CanUpdateRow()

Returns

Type Description
Boolean

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

Remarks

Tip

Topic: Edit Entire Row

See Also