Skip to main content

TreeListNodeChangedEventArgs.ChangeType Property

Gets the way in which the node has changed.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public NodeChangeType ChangeType { get; protected set; }

Property Value

Type Description
DevExpress.Data.TreeList.NodeChangeType

A NodeChangeType enumeration member specifying the way the row has changed.

See Also