BaseEdit Class
In This Article
Serves as the base for all editors that can be used for inplace editing in container controls (e.g. within the DXGrid control).
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
[DXToolboxBrowsable(DXToolboxItemKind.Free)]
[DefaultBindingProperty("EditValue")]
public abstract class BaseEdit :
Control,
IBaseEdit,
ISupportDXValidation,
IExportSettings,
ILogicalOwner,
IInputElement
#Returned By
Properties and methods that return BaseEdit instances:
#Remarks
The BaseEdit class implements basic functionality for editors that can be used for inplace editing in container controls provided by DevExpress.
#Inheritance
#Extension Methods
See Also