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

CustomExportFieldValueEventArgsBase<T>.Value Property

Gets the processed field value.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object that specifies the processed field value.

See Also