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

XRZipCode Class

Renders a numeric postal code that is used to identify the mail address in some countries. This control is not related to the Zone Improvement Plan (ZIP) code used by the United States Postal Service.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[DefaultBindableProperty("Text")]
public class XRZipCode :
    XRFieldEmbeddableControl

Remarks

A postal code can only display numeric characters and dashes. Other characters are displayed as empty boxes.

Text = “123-567” Text = “QWERTY”
XRZipCode_0 XRZipCode_1

Implements

DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollectionItem
DevExpress.Utils.Serializing.IXtraSerializable
See Also