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

PivotGridControl.HiddenFields Property

Gets the collection of hidden fields.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

[Browsable(false)]
public ReadOnlyObservableCollection<PivotGridField> HiddenFields { get; }

Property Value

Type Description
ReadOnlyObservableCollection<PivotGridField>

The collection of hidden fields.

Remarks

The HiddenFields collection contains fields whose PivotGridField.Visible property is set to false.

See Also