Skip to main content

DataViewBase.ActiveEditor Property

Gets the active editor. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public BaseEdit ActiveEditor { get; }

#Property Value

Type Description
BaseEdit

A BaseEdit descendant that is 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 Overview.

See Also