Back to Devexpress

cxPivotGridFilterPopupMinWidth Constant

vcl-cxcustompivotgrid-d141c88c.md

latest791 B
Original Source

cxPivotGridFilterPopupMinWidth Constant

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

Declaration

delphi
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

TcxPivotGridOptionsView.FilterDropDownWidth

cxCustomPivotGrid Unit