Skip to main content

TcxGridItemFilterPopupOptions.MaxDropDownItemCount Property

Specifies the number of filter items simultaneously displayed in filter dropdowns.

Declaration

property MaxDropDownItemCount: Integer read; write; default cxGridFilterDefaultItemPopupMaxDropDownItemCount;

Property Value

Type Default
Integer cxGridFilterDefaultItemPopupMaxDropDownItemCount

Remarks

The MaxDropDownItemCount property sets the height of filter dropdowns for items as the number of filter items. Note that the actual height may be less than that specified by the MaxDropDownItemCount property if the number set is greater than the total number of filter items to be displayed.

If the number of filter items to be displayed exceeds the MaxDropDownItemCount property’s value, filter dropdowns display scrollbars, which allow end-users to access all the filter items.

If the MaxDropDownItemCount property’s value is set to 0, filter dropdowns for items display all the filter items simultaneously. Negative values are not accepted (the property’s value is automatically set to 0).

The default value of the MaxDropDownItemCount property is cxGridFilterDefaultItemPopupMaxDropDownItemCount.

See Also