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

PrintAppearanceObject.Trimming Property

Specifies the text trimming mode.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[DefaultValue(StringTrimming.None)]
public virtual StringTrimming Trimming { get; set; }

Property Value

Type Default Description
StringTrimming **None**

A StringTrimming enumeration value.

Remarks

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

See Also