Skip to main content
All docs
V23.2

TreeViewControl.HiddenEditor Event

Occurs after a node’s editor is closed.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public event TreeViewEditorEventHandler HiddenEditor

Event Data

The HiddenEditor event's data class is DevExpress.Xpf.Grid.TreeList.TreeViewEditorEventArgs.

Remarks

For more information, refer to the following help topic: Edit Data.

See Also