Back to Devexpress

QueryAllowedTaskEditActionEventArgs.Node Property

wpf-devexpress-dot-xpf-dot-gantt-dot-queryallowedtaskeditactioneventargs.md

latest1.1 KB
Original Source

QueryAllowedTaskEditActionEventArgs.Node Property

Gets the currently processed task.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

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

Property Value

TypeDescription
TreeListNode

A processed task.

|

Remarks

Use the Node property to get the task for which the event occurred.

See Also

QueryAllowedTaskEditActionEventArgs Class

QueryAllowedTaskEditActionEventArgs Members

DevExpress.Xpf.Gantt Namespace