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

PivotGridField.EmptyValueText Property

Gets the text used for an empty field value header. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public string EmptyValueText { get; set; }

Property Value

Type Description
String

A string which represents an empty field value.

Remarks

The field values of column fields and row fields are listed as headers along the control’s top and left edge. If a specific field value is null, the corresponding header displays an empty string. The EmptyValueText property allows you to specify the text which will be displayed within empty field value headers.

The filter dropdown of the field which contains null values has a Show Blanks check box. If it is checked, the records which contain null values in the field will be processed by the DXPivotGrid control. Otherwise, these records will not be processed. If the EmptyValueText property is set to a specific non-empty string, this string will be displayed instead of the Show Blanks text.

See Also