Skip to main content

XRZipCode.Text Property

Specifies the text to be encoded by the XRZipCode control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue("0")]
public override string Text { get; set; }

Property Value

Type Default Description
String "0"

A String value, specifying the control’s text.

Remarks

The XRZipCode control can only display digits and the minus sign. If other characters are specified in the Text property, they will be replaced with blanks.

See Also