CustomExportCellEventArgsBase.Value Property
In This Article
Gets the processed cell value.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that specifies the cell value. |
#Remarks
To obtain the cell display text, use the CustomExportCellEventArgsBase.Text property.
See Also