Skip to main content
All docs
V25.2
  • PivotGridOptionsFilterBase.AutoFilterType Property

    Gets or sets a field filter’s type when field filters are included into filter critera.

    Namespace: DevExpress.XtraPivotGrid

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

    NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

    Declaration

    [DefaultValue(DefaultBoolean.Default)]
    public DefaultBoolean AutoFilterType { get; set; }

    Property Value

    Type Default Description
    DefaultBoolean Default

    True, to specify the field filter’s type automatically; otherwise, False.

    Available values:

    Name Description Return Value
    True

    The value is true.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    Remarks

    Use this option to automatically configure the field filter’s type when you set the field filter in the UI.

    When the PivotGridWebOptionsFilter.FilterPanelMode property is set to Filter, the AutoFilterType property regulates the filter type. When this property is enabled, the control generates filter criteria so as to include a minimum of values.

    See Also