Skip to main content
All docs
V25.1
  • DXImageExtension Constructors

    Allows you to use .png/.svg images from the DevExpress.Images.v25.1 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