CustomExportCellEventArgsBase.Text Property
In This Article
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
#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