Skip to main content
A newer version of this page is available. .
All docs
V23.1

TreeViewCheckedChangedEventArgs.Reason Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.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