Skip to main content
All docs
V23.2

PivotGridWebFieldOptions.ShowInFilter Property

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
[PivotAPIMemberCategory(APICategory.RelationalSource)]
public bool ShowInFilter { get; set; }

Property Value

Type Default
Boolean true

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowInFilter
PivotGridField
.Options .ShowInFilter
See Also