TcxPivotGridOptionsView.FilterDropDownWidth Property
In This Article
Specifies the width of the field’s drop-down list.
#Declaration
Delphi
property FilterDropDownWidth: Integer read; write; default cxPivotGridDropDownWidth;
#Property Value
Type | Default |
---|---|
Integer | cx |
#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 Filter
The default value of the FilterDropDownWidth property is cxPivotGridDropDownWidth.
See Also