Skip to main content
A newer version of this page is available. .

WebFilter.MaxComboBoxItems Property

Gets or sets a maximum number of unique values in the Filter Panel’s combo box.

Namespace: DevExpress.Web.ASPxPivotGrid.Data

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.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.

See Also