Skip to main content
All docs
V26.1
  • TreeViewNodeValidationEventArgs.TreeViewControl Property

    Gets the TreeViewControl that raised this event.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    Declaration

    public TreeViewControl TreeViewControl { get; }

    Property Value

    Type Description
    TreeViewControl

    The TreeViewControl that raised this event.

    See Also