Back to Devexpress

XRCheckBox.TextTrimming Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcheckbox-b23ffb17.md

latest1.8 KB
Original Source

XRCheckBox.TextTrimming Property

Specifies the string trimming mode applied to the XRCheckBox text.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
public override DXStringTrimming TextTrimming { get; set; }
vb
<Browsable(True)>
Public Overrides Property TextTrimming As DXStringTrimming

Property Value

TypeDescription
DXStringTrimming

An enumeration value that indicates how to trim characters.

|

Available values:

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.

|

See Also

XRCheckBox Class

XRCheckBox Members

DevExpress.XtraReports.UI Namespace