Back to Devexpress

PivotGridControl.FieldListIncludeVisibleFields Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-d449d617.md

latest2.9 KB
Original Source

PivotGridControl.FieldListIncludeVisibleFields Property

Gets or sets whether to show visible fields in the Field List. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool FieldListIncludeVisibleFields { get; set; }
vb
Public Property FieldListIncludeVisibleFields As Boolean

Property Value

TypeDescription
Boolean

true to show visible fields in the Field List; otherwise, false.

|

Remarks

If the FieldListIncludeVisibleFields property is set to true , the Field List displays both visible and hidden fields. In this instance, field headers are accompanied by check boxes that allow end-users to control the visibility of the corresponding field.

If a pivot grid has several bound standalone Customization Controls, the FieldListIncludeVisibleFields property is in effect for all of them. To specify whether to show visible fields in a particular Customization Control, use its FieldListControlBase.IncludeVisibleFields property.

Note

By default, the FieldListControlBase.IncludeVisibleFields property is bound to the FieldListIncludeVisibleFields property. To restore this binding after you have set a local value to the FieldListControlBase.IncludeVisibleFields property, use the ClearValue method.

See Also

Field List Overview

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace