Skip to main content
All docs
V25.1
  • WebFilter.MaxComboBoxItems Property

    Gets or sets the maximum number of unique values in the Filter Panel’s combo box. If this value is less than 1, the Filter Panel displays a text box instead of a combo box.

    Namespace: DevExpress.Web.ASPxPivotGrid.Data

    Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue(10000)]
    public int MaxComboBoxItems { get; set; }

    Property Value

    Type Default Description
    Int32 10000

    An integer value that specifies the maximum number of unique values in the Filter Panel’s combo box.

    Remarks

    The maximum number of unique values the Pivot Grid can load into the Filter Panel’s combo box cannot be more than the MaxComboBoxItems value.

    See Also