CustomPrintEventArgs.Brick Property
In This Article
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.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public VisualBrick Brick { get; set; }
#Property Value
Type |
---|
Visual |
#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