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

PivotGridFieldBase.CanShowInPrefilter Property

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

Namespace: DevExpress.XtraPivotGrid

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

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