NodeChangeType Enum
Lists values that specify how the node is changed.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
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