Skip to main content

CustomExportCellEventArgsBase.Text Property

Gets the text displayed within the processed cell.

Namespace: DevExpress.PivotGrid.Printing

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

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

#Declaration

public string Text { get; }

#Property Value

Type Description
String

A string value that specifies the cell display text.

#Remarks

To obtain the cell value, use the CustomExportCellEventArgsBase.Value property.

See Also