Skip to main content

cxPivotGridFilterPopupMinWidth Constant

Specifies the minimum width of the field‘s drop-down list.

Declaration

const cxPivotGridFilterPopupMinWidth = 150;

Remarks

Use the cxPivotGridFilterPopupMinWidth constant to specify another minimum width of the drop-down list.

Note

if the cxPivotGridDropDownWidth‘s value is less than the value of the cxPivotGridFilterPopupMinWidth, then the cxPivotGridFilterPopupMinWidth is also used as the default width of the drop-down list.

See Also