Skip to main content
Tag

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: 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