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

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.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public abstract string DisplayText { get; }

Property Value

Type Description
String

The display text.

See Also