cxPivotGridDropDownWidth Constant
In This Article
Specifies the default width of the field‘s drop-down list.
#Declaration
Delphi
const cxPivotGridDropDownWidth = 0;
#Remarks
If the specified value is less than the cxPivotGridFilterPopupMinWidth‘s value, then the cxPivotGridFilterPopupMinWidth‘s value will be used as the default width of the drop-down list.
See Also