DXStringTrimming Enum
Lists values that indicate how to trim characters from a string that does not completely fit into a layout shape.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return DXStringTrimming values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Brick |
DXString |
|
.NET Reporting Tools | XRAppearance |
XRCheck |
|
XRLabel. |