TreeList.ShownEditor Event
Fires immediately after a cell editor has been invoked.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Event Data
The ShownEditor event's data class is EventArgs.
Remarks
Write a ShownEditor event handler to perform specific actions after a cell editor has been invoked. This can be used to set a specific selection within the current editor, for instance. You can access the currently active editor and its value via the TreeList.ActiveEditor and TreeList.EditingValue properties respectively.
Use the TreeList.ShowingEditor event to perform specific actions before an editor is activated.