Skip to main content
A newer version of this page is available. .
Tab

ASPxEditBase Class

Represents the base class for all editor types.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public abstract class ASPxEditBase :
    ASPxDataWebControl

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.

See Also