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

CrossTabCellPrintEventArgs.GroupRowIndex Property

Specifies the index of a cell’s row within a group.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public int GroupRowIndex { get; }

Property Value

Type Description
Int32

A zero-based group index.

Remarks

Refer to the XRCrossTabCell.BeforePrint event description for an example.

See Also