Back to Devexpress

CustomExportCellEventArgsBase.Value Property

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customexportcelleventargsbase-e401d26e.md

latest1.5 KB
Original Source

CustomExportCellEventArgsBase.Value Property

Gets the processed cell value.

Namespace : DevExpress.PivotGrid.Printing

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

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

Declaration

csharp
public object Value { get; }
vb
Public ReadOnly Property Value As Object

Property Value

TypeDescription
Object

An object that specifies the cell value.

|

Remarks

To obtain the cell display text, use the CustomExportCellEventArgsBase.Text property.

See Also

Text

CustomExportCellEventArgsBase Class

CustomExportCellEventArgsBase Members

DevExpress.PivotGrid.Printing Namespace