FieldListControlBase.IncludeVisibleFields Property
Gets or sets whether to show visible fields in the Customization Form. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to show visible fields in the Customization Form; otherwise, false. |
#Remarks
If the IncludeVisibleFields property is set to true, the Customization Form 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.
The IncludeVisibleFields property is in effect only if the PivotFieldListControl.Area property is set to FieldListArea.All. Otherwise, the Customization Form shows visible fields located in the specified area.
NOTE
By default, the Include
To learn more, see Customization Form Overview.