XRZipCode.Text Property
In This Article
Specifies the text to be encoded by the XRZipCode control.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#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