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.v19.1.Core.dll

Declaration

public string Text { get; }

Property Value

Type Description
String

A string value that specifies the field value display text.

See Also