Back to Devexpress

TreeListShowingEditorEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-65df2c9d.md

latest1.8 KB
Original Source

TreeListShowingEditorEventArgs Class

Provides data for the TreeListView.ShowingEditor event.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeListShowingEditorEventArgs :
    ShowingEditorEventArgsBase
vb
Public Class TreeListShowingEditorEventArgs
    Inherits ShowingEditorEventArgsBase

TreeListShowingEditorEventArgs is the data class for the following events:

Remarks

Refer to the Assign Editors to Cells topic for more information.

Inheritance

Object EventArgs RoutedEventArgs EditorEventArgsBase ShowingEditorEventArgsBase TreeListShowingEditorEventArgs

See Also

TreeListShowingEditorEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace