PivotGridControl.HiddenFields Property
Gets the collection of hidden fields.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: 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