Back to Devexpress

XRZipCode.Text Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrzipcode-b7fabd28.md

latest1.4 KB
Original Source

XRZipCode.Text Property

Specifies the text to be encoded by the XRZipCode control.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue("0")]
public override string Text { get; set; }
vb
<DefaultValue("0")>
Public Overrides Property Text As String

Property Value

TypeDefaultDescription
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

XRZipCode Class

XRZipCode Members

DevExpress.XtraReports.UI Namespace