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

XRControl.NullValueText Property

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatData)]
[DefaultValue("")]
[Browsable(false)]
public virtual string NullValueText { get; set; }

Property Value

Type Default
String String.Empty
See Also