TreeListShowingEditorEventArgs Class
In This Article
Provides data for the TreeListView.ShowingEditor event.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public class TreeListShowingEditorEventArgs :
ShowingEditorEventArgsBase
#Remarks
Refer to the Assign Editors to Cells topic for more information.
#Inheritance
Object
EventArgs
RoutedEventArgs
EditorEventArgsBase
ShowingEditorEventArgsBase
TreeListShowingEditorEventArgs
See Also