Back to Devexpress

WebFilter.MaxComboBoxItems Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-data-dot-webfilter-d5ee46b8.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(10000)]
public int MaxComboBoxItems { get; set; }
vb
<DefaultValue(10000)>
Public Property MaxComboBoxItems As Integer

Property Value

TypeDefaultDescription
Int3210000

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

WebFilter Class

WebFilter Members

DevExpress.Web.ASPxPivotGrid.Data Namespace