Skip to main content

CustomExportFieldValueEventArgsBase<T>.Text Property

Gets the processed field value display text.

Namespace: DevExpress.PivotGrid.Printing

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

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

Declaration

public string Text { get; }

Property Value

Type Description
String

A string value that specifies the field value display text.

See Also