Back to Devexpress

TreeViewControl.ShownEditor Event

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-0a5042ab.md

latest1.1 KB
Original Source

TreeViewControl.ShownEditor Event

Occurs after a node’s editor is opened.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public event TreeViewEditorEventHandler ShownEditor
vb
Public Event ShownEditor As TreeViewEditorEventHandler

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

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace