Back to Devexpress

TreeListShowingEditorEventArgs.Node Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistshowingeditoreventargs.md

latest1.2 KB
Original Source

TreeListShowingEditorEventArgs.Node Property

Gets the node that contains a cell whose editor is about to be invoked.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public TreeListNode Node { get; }
vb
Public ReadOnly Property Node As TreeListNode

Property Value

TypeDescription
TreeListNode

A TreeListNode object that specifies the node for which an event has been raised.

|

See Also

TreeListShowingEditorEventArgs Class

TreeListShowingEditorEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace