Back to Devexpress

DxTreeView Events

blazor-devexpress-dot-blazor-dot-dxtreeview-dot-underscore-events.md

latest1.3 KB
Original Source

DxTreeView Events

A navigation control that displays items as a tree.

NameDescription
AfterCollapseFires after a node has been collapsed.
AfterExpandFires after a node has been expanded.
BeforeCollapseFires when a node is about to be collapsed and allows you to cancel the action.
BeforeExpandFires when a node is about to be expanded and allows you to cancel the action.
CheckedChangedFires when a node’s checked state changes.
FilterStringChangedFires when a component’s filter string changes.
NodeClickFires when a user clicks a TreeView node.
SelectionChangedFires after node selection has been changed.

See Also

DxTreeView Class

DxTreeView Members

DevExpress.Blazor Namespace