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

XRControl.TextTrimming Property

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(StringTrimming.Character)]
[Browsable(false)]
[SRCategory(ReportStringId.CatAppearance)]
public virtual StringTrimming TextTrimming { get; set; }

Property Value

Type Default
StringTrimming **Character**
See Also