All-Level Type Member in UWP Pivot Grid (SfPivotGrid)

10 May 20211 minute to read

This feature enables you to display the “All” level type member across the rows and columns in the SfPivotGrid. This member behaves as parent to other members in its hierarchy by controlling their visibility through an expander.

To display the “All” level type member, set the ShowLevelTypeAll property to true as shown in the following code snippet. By default, it is set as false.

pivotGrid1.OlapDataManager.ShowLevelTypeAll = true;
pivotGrid1.OlapDataManager.ShowLevelTypeAll = True

PivotGrid_AllTypeEnabled