PivotGridFieldOptions.HideEmptyVariationItems Property
Gets or sets whether the first (empty) column/row that displays variation data for the current data field must be hidden.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[PivotAPIMemberCategory(APICategory.NotSupportedInOptimizedMode)]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool HideEmptyVariationItems { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the first (empty) column/row that displays variation data for the current data field must be hidden; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to HideEmptyVariationItems |
---|---|
PivotGridFieldBase |
|
Remarks
If the current field is a data field and the PivotGridFieldBase.SummaryDisplayType property is set to PivotSummaryDisplayType.AbsoluteVariation or PivotSummaryDisplayType.PercentVariation, the corresponding columns/rows display variation data. In this case, the first column/row is always empty. You can hide it via the HideEmptyVariationItems property.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the HideEmptyVariationItems property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.