Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .
All docs
V24.1

TreeViewNodeCheckedStateChangeReason Enum

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

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