Skip to main content
All docs
V23.2

TreeViewNodeCheckedStateChangeReason Enum

Lists values that specify why the node’s check state changes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum TreeViewNodeCheckedStateChangeReason

Members

Name Description
ApiCall

The state changes programmatically.

UserAction

The state changes by user action.

DataSourceChange

The state changes due to internal updates in the bound data source.

Related API Members

The following properties accept/return TreeViewNodeCheckedStateChangeReason values:

See Also