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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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