Skip to main content

TcxPivotGridOptionsView.FilterDropDownWidth Property

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

Declaration

property FilterDropDownWidth: Integer read; write; default cxPivotGridDropDownWidth;

Property Value

Type Default
Integer cxPivotGridDropDownWidth

Remarks

The field’s drop-down list is available to end-users, if the field is located in one of the three drop zones – row header area, column header area or filter header area and the TcxPivotGridOptionsCustomize.Filtering and TcxPivotGridFieldOptions.Filtering properties are set to True.

Use the FilterDropDownWidth property, to specify the drop-down list’s width.

Note

the FilterDropDownWidth property’s value only affects the drop-down list, if the TcxPivotGridOptionsCustomize.FilterResizable property is set to False.

The default value of the FilterDropDownWidth property is cxPivotGridDropDownWidth.

See Also