Back to Devexpress

ASPxImageBase Class

aspnet-devexpress-dot-web-d2b8885e.md

latest3.3 KB
Original Source

ASPxImageBase Class

Represents the base class for editors capable of displaying images.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxImageBase :
    ASPxStaticEdit,
    IImageEdit
vb
Public MustInherit Class ASPxImageBase
    Inherits ASPxStaticEdit
    Implements IImageEdit

Remarks

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

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

Inheritance

Show 13 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxStaticEdit ASPxImageBase ASPxImage

BootstrapImage

MVCxImage

See Also

ASPxImageBase Members

ImageEditPropertiesBase

Image

DevExpress.Web Namespace