Skip to main content
All docs
V25.1
  • PivotGridWebFieldOptions.ShowInFilter Property

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.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