Back to Devexpress

XRCrossTabCell.ColumnVisible Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-dot-xrcrosstabcell-86e4bc8e.md

latest2.4 KB
Original Source

XRCrossTabCell.ColumnVisible Property

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

Namespace : DevExpress.XtraReports.UI.CrossTab

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(true)]
[SRCategory(ReportStringId.CatBehavior)]
public bool ColumnVisible { get; set; }
vb
<DefaultValue(True)>
<SRCategory(ReportStringId.CatBehavior)>
Public Property ColumnVisible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

The ColumnVisible property allows you to hide a cell or the entire column in the CrossTab control.

Select a cell and disable the ColumnVisible property to hide the entire column. At design time, invisible cells are painted with a hatch brush.

If a cell spans two or more columns (the ColumnSpan property value is greater than 1), the ColumnVisible property applies to all columns in a span.

Hide Grand Totals

Use the ColumnVisible property to hide the entire column, as the following image illustrates:

Hide Cells or Columns That Meet Certain Conditions

You can bind an expression to the ColumnVisible property and hide certain cells or columns that meet certain criteria. This means that you can hide empty columns with zero or null values.

View Example: How to Hide Cells, Rows and Columns That Meet Certain Conditions

See Also

XRCrossTabCell Class

XRCrossTabCell Members

DevExpress.XtraReports.UI.CrossTab Namespace