Skip to main content
All docs
V26.1
  • PivotGridOptionsOLAP.UseFilter Property

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.PivotGrid.v26.1.Core.dll

    Declaration

    [Browsable(false)]
    [DefaultValue(false)]
    public bool UseFilter { get; set; }

    Property Value

    Type Default
    Boolean false

    Property Paths

    You can access this nested property as listed below:

    Library Object Type Path to UseFilter
    WinForms Controls PivotGridControl
    .OptionsOLAP .UseFilter
    ASP.NET MVC Extensions PivotGridSettings
    .OptionsOLAP .UseFilter
    ASP.NET Web Forms Controls ASPxPivotGrid
    .OptionsOLAP .UseFilter
    See Also