Skip to main content

CustomExportFieldValueEventArgsBase<T>.Value Property

Gets the processed field value.

Namespace: DevExpress.PivotGrid.Printing

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object that specifies the processed field value.

See Also