Skip to main content
A newer version of this page is available. .

ImageEditingField.ImageSource Property

Specifies the image that the associated image brick currently displays.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public ImageSource ImageSource { get; set; }

Property Value

Type Description
ImageSource

An image brick’s current image.

Remarks

This property gets and sets the associated image brick’s ImageBrick.ImageSource property.

The PrintingSystemBase.EditingFieldChanged event occurs when changing the ImageSource property.

Use the ImageEditingField.InitialImageSource property to get the image that the image brick had when the ImageEditingField object was created.

See Also