Skip to main content
A newer version of this page is available. .
All docs
V22.2

TreeViewNodeValidationEventArgs.TreeViewControl Property

Gets the TreeViewControl that raised this event.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v22.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public TreeViewControl TreeViewControl { get; }

Property Value

Type Description
TreeViewControl

The TreeViewControl that raised this event.

See Also