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

CustomExportCellEventArgsBase.Text Property

Gets the text displayed within the processed cell.

Namespace: DevExpress.PivotGrid.Printing

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

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