cxGridFilterDefaultItemPopupMaxDropDownItemCount Constant
In This Article
Specifies the default number of items in a filter dropdown.
#Declaration
Delphi
const cxGridFilterDefaultItemPopupMaxDropDownItemCount = 15;
#Remarks
This constant specifies the default value for the TcxGridItemFilterPopupOptions.MaxDropDownItemCount property.
See Also