Skip to main content

TcxPivotGridOptionsView.FilterDropDownMaxItemCount Property

Specifies the number of field drop-down list items, which are currently visible in the drop-down list.

Declaration

property FilterDropDownMaxItemCount: Integer read; write; default cxPivotGridDropDownMaxItemCount;

Property Value

Type Default
Integer cxPivotGridDropDownMaxItemCount

Remarks

The field’s drop-down list is available to end-users, if the field is located in one of the three drop zones – column, row, header, or filter header area, and the TcxPivotGridOptionsCustomize.Filtering and TcxPivotGridFieldOptions.Filtering properties are set to True.

Use the FilterDropDownMaxItemCount property, to specify the number of the field’s drop-down list items, which are currently visible in the drop-down list (the drop-down list’s height will be changed).

Note

the FilterDropDownMaxItemCount property’s value only affects the drop-down list, if the TcxPivotGridOptionsCustomize.FilterResizable property is set to False.

The default value of the FilterDropDownMaxItemCount property is cxPivotGridDropDownMaxItemCount.

See Also