Skip to main content
A newer version of this page is available.
Tag

PivotGridField.ShowInPrefilter Property

Gets or sets whether the field is shown in the Prefilter.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.dll

Declaration

public bool ShowInPrefilter { get; set; }

Property Value

Type Description
Boolean

true, if the field is shown in the Prefilter; otherwise, false.

Remarks

Set the ShowInPrefilter property to false to prevent end-users from using the current field in prefilter criteria.

See Also