Skip to main content

CustomExportCellEventArgsBase.IsTextFit Property

Gets whether the processed cell text is entirely displayed.

Namespace: DevExpress.PivotGrid.Printing

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

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

Declaration

public bool IsTextFit { get; }

Property Value

Type Description
Boolean

true if the cell text is entirely displayed; false if the cell text is clipped.

See Also