Back to Devexpress

CustomPrintEventArgs.Brick Property

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customprinteventargs-cda9a3be.md

latest1.7 KB
Original Source

CustomPrintEventArgs.Brick Property

Provides access to the brick that represents the contents and appearance of a cell, when it is printed or exported.

Namespace : DevExpress.PivotGrid.Printing

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public VisualBrick Brick { get; set; }
vb
Public Property Brick As VisualBrick

Property Value

Type
VisualBrick

Remarks

Use the Brick property to access a VisualBrick object (or its descendant), which will represent the current cell of a PivotGridControl that is being printed or exported.

The brick‘s properties allow you to customize the brick’s content, as well as its size, location, appearance and other options.

See Also

CustomPrintEventArgs Class

CustomPrintEventArgs Members

DevExpress.PivotGrid.Printing Namespace