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 | cx |
#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 Filter
The default value of the FilterDropDownMaxItemCount property is cxPivotGridDropDownMaxItemCount.