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

PivotGridFieldBase.CanShowInPrefilter Property

Gets whether the current field can be filtered via the Prefilter.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[Browsable(false)]
public virtual bool CanShowInPrefilter { get; }

Property Value

Type Description
Boolean

true if the current field can be filtered via the Prefilter; otherwise, false.

Remarks

For data fields, the CanShowInPrefilter property returns false . For other fields, it returns true.

See Also