Skip to main content

PrintAppearanceObject.Trimming Property

Specifies the text trimming mode.

Namespace: DevExpress.PivotGrid.Printing

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public virtual StringTrimming Trimming { get; set; }

Property Value

Type Description
StringTrimming

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