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

FieldValueCellBase.DisplayText Property

Gets the text displayed within the cell.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public string DisplayText { get; }

Property Value

Type Description
String

A String that represents the text displayed within the cell.

Remarks

To obtain the field value represented by the cell, use the FieldValueCellBase.Value property.

See Also