ASPxEditBase Class
Represents the base class for all editor types.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxEditBase class is the base class for all editor classes. It contains the properties and methods common for all types of editors. Note that most properties declared by the ASPxEditBase and its descendants are in fact just wrappers of the same-named properites realized in the corresponding editor properties classes. These properties classes are used to gain access to editor settings when the editor is used in-place within the ASPxGridView’s column. For stand-alone editors, editor settings, being implemented in editor properties classes, are exposed at the editor control’s level.