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

XRCrossTabCell.RowVisible Property

Specifies whether to print the entire row in which a cell is located.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

[DefaultValue(true)]
[SRCategory(ReportStringId.CatBehavior)]
public bool RowVisible { get; set; }

Property Value

Type Default Description
Boolean true

true, to print the column that contains a cell; otherwise, false.

Remarks

Select a cell and disable the RowVisible property to hide the entire row. The updated property value applies to all the cells in the corresponding row. At design time, invisible cells are filled with a hatch brush.

For instance, disable this property for any cell in the last row to hide row grand totals.

Note

This property is not available if a cell spans two or more rows (the RowSpan property value is greater than 1).

Use the cell’s ColumnVisible property to hide the entire column.

See Also