Back to Devexpress

FieldValueCellBase.DisplayText Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-fieldvaluecellbase.md

latest1.5 KB
Original Source

FieldValueCellBase.DisplayText Property

Gets the text displayed within the cell.

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
public string DisplayText { get; }
vb
Public ReadOnly Property DisplayText As String

Property Value

TypeDescription
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

Value

FieldValueCellBase Class

FieldValueCellBase Members

DevExpress.XtraPivotGrid.Data Namespace