Back to Devexpress

DXStringTrimming Enum

corelibraries-devexpress-dot-drawing-829d3c56.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Drawing

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum DXStringTrimming
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum DXStringTrimming

Members

NameDescription
None

No trimming is specified.

| | Character |

The text is trimmed to the nearest character.

| | Word |

The text is trimmed to the nearest word.

| | EllipsisCharacter |

The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.

| | EllipsisWord |

The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.

| | EllipsisPath |

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.

|

The following properties accept/return DXStringTrimming values:

LibraryRelated API Members
Cross-Platform Class LibraryBrickStringFormat.Trimming
DXStringFormat.Trimming
.NET Reporting ToolsXRAppearanceObject.Trimming
XRCheckBox.TextTrimming
XRLabel.TextTrimming

See Also

DevExpress.Drawing Namespace