Skip to main content
All docs
V23.2

TreeViewCheckedChangedEventArgs.Reason Property

Returns the reason why the TreeView node’s check state changed.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public TreeViewNodeCheckedStateChangeReason Reason { get; }

Property Value

Type Description
TreeViewNodeCheckedStateChangeReason

An enumeration value.

Available values:

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.

See Also