PivotGridControl.HiddenFields Property
In This Article
Gets the collection of hidden fields.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
[Browsable(false)]
public ReadOnlyObservableCollection<PivotGridField> HiddenFields { get; }
#Property Value
Type | Description |
---|---|
Read |
The collection of hidden fields. |
#Remarks
The HiddenFields collection contains fields whose PivotGridField.Visible property is set to false.
See Also