Skip to main content
All docs
V23.2

DXImageExtension Constructors

Allows you to use .png/.svg images from the DevExpress.Images.v23.2 assembly as an ImageSource.
Name Parameters Description
DXImageExtension() none Initializes a new instance of the DXImageExtension class.
DXImageExtension(DXImagePathInfo) pathInfo Initializes a new instance of the DXImageExtension class with specified settings.
DXImageExtension(String) imageString Initializes a new instance of the DXImageExtension class with specified settings.
See Also