Skip to main content

TcxGridItemFilterPopupOptions.DropDownWidth Property

Specifies filter dropdowns‘s width, in pixels.

Declaration

property DropDownWidth: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

Filter dropdowns’ width is automatically calculated to fit all their items by default. You can use the DropDownWidth property to change this behavior. If this property is set to a positive value, the filter dropdowns’ width is set to item’s width, whichever is higher.

The DropDownWidth property is useful for limiting filter dropdowns’ width when they contain long strings.

The DropDownWidth property automatically updates its value by multiplying it by the DPI-aware form’s scaling factor every time it changes.

The default DropDownWidth property value is 0.

See Also