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

ImageBrick.ImageSource Property

Defines the image displayed within the brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[DefaultValue(null)]
public virtual ImageSource ImageSource { get; set; }

Property Value

Type Default Description
ImageSource *null*

The image displayed within a brick.

See Also