Skip to main content
All docs
V25.1
  • TreeViewControl.NodeExpanded Event

    Occurs after a node is expanded.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.1.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public event TreeViewNodeEventHandler NodeExpanded

    Event Data

    The NodeExpanded event's data class is DevExpress.Xpf.Grid.TreeList.TreeViewNodeEventArgs.

    Remarks

    Before a user expands a node, the TreeViewControl raises the NodeExpanding event.

    See Also