Back to Devexpress

PivotGridControl.HiddenFields Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-1585795d.md

latest1.4 KB
Original Source

PivotGridControl.HiddenFields Property

Gets the collection of hidden fields.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public ReadOnlyObservableCollection<PivotGridField> HiddenFields { get; }
vb
<Browsable(False)>
Public ReadOnly Property HiddenFields As ReadOnlyObservableCollection(Of PivotGridField)

Property Value

TypeDescription
ReadOnlyObservableCollection<PivotGridField>

The collection of hidden fields.

|

Remarks

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

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace