Skip to main content
All docs
V23.2

NodeChangeType Enum

Lists values that specify how the node is changed.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public enum NodeChangeType

Members

Name Description
Add

A node is added.

Remove

A node is removed.

Expand

A node is expanded/collapsed.

Content

A node’s content is changed.

ExpandButtonVisibility

A node’s expand button is shown/hidden.

Image

A node’s image is changed.

CheckBox

A node’s check box is checked/unchecked.

IsCheckBoxEnabled

A node’s check box is enabled/disabled.

Related API Members

The following properties accept/return NodeChangeType values:

See Also