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

CellElementData.ColumnValueDisplayText Property

Gets the text that is displayed in column field values.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public object ColumnValueDisplayText { get; }

Property Value

Type Description
Object

A column value’s display text.

See Also