Skip to main content

CellElementData.ColumnValueDisplayText Property

Gets the text that is displayed in column field values.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public object ColumnValueDisplayText { get; }

Property Value

Type Description
Object

A column value’s display text.

See Also