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

PrintTextOptions.Trimming Property

Specifies the text trimming mode.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[XtraSerializableProperty]
public StringTrimming Trimming { get; set; }

Property Value

Type Description
StringTrimming

A StringTrimming enumeration value.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Trimming
Cross-Platform Class Library PrintAppearanceObject
.TextOptions.Trimming
Reporting XRAppearanceObject
.TextOptions.Trimming

Remarks

The Trimming property specifies how the characters in a string that does not completely fit into a layout shape are trimmed.

See Also