XRAppearanceObject.Trimming Property
Specifies the text trimming mode.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(true)]
public DXStringTrimming Trimming { get; set; }
#Property Value
Type | Description |
---|---|
DXString |
An enumeration value that indicates how to trim characters. |
Available values:
Name | Description |
---|---|
None | No trimming is specified. |
Character | The text is trimmed to the nearest character. |
Word | The text is trimmed to the nearest word. |
Ellipsis |
The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. |
Ellipsis |
The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. |
Ellipsis |
The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible. |
#Remarks
The Trimming property specifies how the characters in a string that does not completely fit into a layout shape are trimmed.