Skip to main content
Tab

ASPxImageBase Class

Represents the base class for editors capable of displaying images.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract class ASPxImageBase :
    ASPxStaticEdit,
    IImageEdit

Remarks

The ASPxImageBase class serves as a base for the editors used to display images (such as the ASPxImage and ASPxBinaryImage).

See Also