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.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Default
StringTrimming Character
See Also