Skip to main content

TreeListCellValidationEventArgs.Node Property

Gets the processed node.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public TreeListNode Node { get; }

Property Value

Type Description
TreeListNode

A TreeListNode object that represents the processed node.

See Also