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

CustomExportFieldValueEventArgsBase<T>.Text Property

Gets the processed field value display text.

Namespace: DevExpress.PivotGrid.Printing

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

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

Declaration

public string Text { get; }

Property Value

Type Description
String

A string value that specifies the field value display text.

See Also