Skip to main content

XRRichTextBase.ProcessNullValues Property

Specifies how to process a XRRichTextBase control with null values. See the ValueSuppressType enumeration description for information on how different modes process null values.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(true)]
public override ValueSuppressType ProcessNullValues { get; set; }

Property Value

Type Description
ValueSuppressType

A ValueSuppressType enumeration value.

Remarks

The XRRichTextBase control is considered to have an empty value if its Rtf property returns null (Nothing in Visual Basic).

See Also