Skip to main content

XRCrossTabCell.NullValueText Property

Specifies the text to show when a cell value is null.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(true)]
public override string NullValueText { get; set; }

Property Value

Type Description
String

The text to display when a cell value is null.

Remarks

The Cross Tab displays an empty string in a cell if its bound field’s value is null.

Use the NullValueText property to display a custom text in such cells.

See Also