Skip to main content
A newer version of this page is available. .
All docs
V21.1

TreeViewControl.ShownEditor Event

Occurs after a node’s editor is opened.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.1.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public event TreeViewEditorEventHandler ShownEditor

Event Data

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

Remarks

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

See Also