Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridOptionsView.FilterDropDownWidth Property

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

#Declaration

Delphi
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 – column, row, header, 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