Back to Devexpress

ImageEditingField.ImageSource Property

corelibraries-devexpress-dot-xtraprinting-dot-imageeditingfield-3b894ad7.md

latest1.8 KB
Original Source

ImageEditingField.ImageSource Property

Specifies the image that the associated image brick currently displays.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public ImageSource ImageSource { get; set; }
vb
Public Property ImageSource As ImageSource

Property Value

TypeDescription
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

ImageEditingField Class

ImageEditingField Members

DevExpress.XtraPrinting Namespace