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

CrossTabCellPrintEventArgs Class

Provides data for the XRCrossTabCell.BeforePrint event.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class CrossTabCellPrintEventArgs :
    EventArgs

Remarks

The XRCrossTabCell.BeforePrint event occurs before a Cross Tab cell is printed in a report document and allows you to change the cell’s properties. The event argument provides the GroupRowIndex and GroupColumnIndex properties to identify the cell’s group indexes.

Inheritance

Object
EventArgs
CrossTabCellPrintEventArgs
See Also