ImageEditingField.ImageSource Property
Specifies the image that the associated image brick currently displays.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public ImageSource ImageSource { get; set; }
#Property Value
Type | Description |
---|---|
Image |
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.