Skip to main content
A newer version of this page is available. .

TreeListEditorEventArgs.Editor Property

Gets the processed in-place editor.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public IBaseEdit Editor { get; }

Property Value

Type Description
DevExpress.Xpf.Editors.IBaseEdit

The processed in-place editor.

Remarks

To learn more, see Inplace Editors.

See Also