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

PrintRowEventArgs.BrickGraphics Property

Gets a BrickGraphics object that implements report drawing functions.

Namespace: DevExpress.XtraGrid.Views.Printing

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public IBrickGraphics BrickGraphics { get; }

Property Value

Type Description
IBrickGraphics

A BrickGraphics object.

Remarks

This object provides methods to add custom bricks to the printout/export output. See BrickGraphics to learn more.

See Also