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

XRControl.TextFormatString Property

Designed to be used internally. Use a specific control’s TextFormatString property instead (e.g., XRLabel.TextFormatString, XRBarCode.TextFormatString or XRCheckBox.TextFormatString.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatData)]
[DefaultValue("")]
[Browsable(false)]
public virtual string TextFormatString { get; set; }

Property Value

Type Default
String String.Empty
See Also