TreeListEditorEventArgs Class
Provides data for the TreeListView.ShownEditor and TreeListView.HiddenEditor events.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
In addition to all properties derived from the EditorEventArgsBase class, the TreeListEditorEventArgs class introduces the TreeListEditorEventArgs.Editor property, which returns an instance of an editor, for which the corresponding event has been raised; and the TreeListEditorEventArgs.Node property that returns the processed node.
An instance of the TreeListEditorEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Inheritance
Object
EventArgs
RoutedEventArgs
EditorEventArgsBase
TreeListEditorEventArgs
See Also