Back to Devexpress

DataViewBase.ActiveEditor Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-3b4d020d.md

latest1.3 KB
Original Source

DataViewBase.ActiveEditor Property

Gets the active editor. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public BaseEdit ActiveEditor { get; }
vb
Public ReadOnly Property ActiveEditor As BaseEdit

Property Value

TypeDescription
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

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace