Back to Devexpress

CustomExportCellEventArgsBase.IsTextFit Property

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customexportcelleventargsbase-51f514a9.md

latest1.3 KB
Original Source

CustomExportCellEventArgsBase.IsTextFit Property

Gets whether the processed cell text is entirely displayed.

Namespace : DevExpress.PivotGrid.Printing

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

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

Declaration

csharp
public bool IsTextFit { get; }
vb
Public ReadOnly Property IsTextFit As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CustomExportCellEventArgsBase Class

CustomExportCellEventArgsBase Members

DevExpress.PivotGrid.Printing Namespace