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

ASPxEdit Class

Represents the base class for editors that allow their values to be changed by end users.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public abstract class ASPxEdit :
    ASPxEditBase,
    IAssociatedControlID,
    IValidationSummaryEditor

Remarks

The ASPxEdit class contains the common settings for editors allowing data input.

See Also