TreeViewCheckedChangedEventArgs.Reason Property
In This Article
Returns the reason why the TreeView node’s check state changed.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public TreeViewNodeCheckedStateChangeReason Reason { get; }
#Property Value
Type | Description |
---|---|
Tree |
An enumeration value. |
Available values:
Name | Description |
---|---|
Api |
The state changes programmatically. |
User |
The state changes by user action. |
Data |
The state changes due to internal updates in the bound data source. |
See Also