Skip to main content
All docs
V25.1
  • XRCrossTabCell.NullValueText Property

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

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.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