Skip to main content
A newer version of this page is available. .

TreeListEditorEventArgs Class

Provides data for the TreeListView.ShownEditor and TreeListView.HiddenEditor events.

Namespace: DevExpress.Xpf.Grid.TreeList

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

Declaration

public class TreeListEditorEventArgs :
    EditorEventArgsBase

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

See Also