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

WebPrefilter.MaxComboBoxItems Property

Gets or sets a maximum number of unique values in a Prefilter’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 a Prefilter’s combo box.

Remarks

If a number of unique values is more then MaxComboBoxItems value, a textbox will be displayed instead of a Prefilter’s combo box.

See Also