ASPxEditBase Class
Represents the base class for all editor types.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public abstract class ASPxEditBase :
ASPxDataWebControl
Public MustInherit Class ASPxEditBase
Inherits ASPxDataWebControl
Related API Members
The following members accept/return ASPxEditBase objects:
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.