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.v18.1.dll

Declaration

[DXClientDocumentationProviderWeb("ASPxEdit")]
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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ASPxEditBase class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also