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

XRLabel.TextTrimming Property

Specifies the trimming mode applied to text when it does not completely fit into the label.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Browsable(true)]
public override StringTrimming TextTrimming { get; set; }

Property Value

Type Description
StringTrimming

A StringTrimming enumeration value that specifies the text trimming mode.

See Also