Back to Devexpress

DataAreaElementData.DisplayText Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-dataareaelementdata-5b423a2f.md

latest1.2 KB
Original Source

DataAreaElementData.DisplayText Property

Gets the text that is displayed in the field value cell or data area cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
String

The display text.

|

See Also

DataAreaElementData Class

DataAreaElementData Members

DevExpress.Xpf.PivotGrid Namespace