ImageEditPropertiesBase Class
In This Article
Contains the base settings specific to editors which are capable of displaying images.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public abstract class ImageEditPropertiesBase :
StaticEditProperties,
IImageExportSettings
#Remarks
Serves as a base for the editor properties classes that define the behavior of image editors (such as the ImageEditProperties, BinaryImageEditProperties).
#Inheritance
See Also