A newer version of this page is available.
Switch to the current version.
DataViewBase.ActiveEditor Property
Gets the active editor. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
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
Feedback