Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract class ASPxEdit :
    ASPxEditBase,
    IAssociatedControlID,
    IValidationSummaryEditor

Remarks

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

See Also