Skip to main content

DataViewBase.ActiveEditor Property

Gets the active editor. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public BaseEdit ActiveEditor { get; }

Property Value

Type Description
BaseEdit

A BaseEdit descendant that represents the inplace editor of the cell currently being edited. null (Nothing in Visual Basic) if no cell is currently being edited.

Remarks

To learn more, see Inplace Editors.

See Also