DataViewBase.ActiveEditor Property
Gets the active editor. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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