TcxPivotGridOptionsPrefilter Class
Stores prefilter panel settings.
Declaration
TcxPivotGridOptionsPrefilter = class(
TcxPivotGridCustomOptions
)
Remarks
This class introduces properties that allow you to specify the following conditions of the prefilter panel:
Visibility of the prefilter panel and its Prefilter… and MRU list buttons (Visible, CustomizeButton, MRUItemsList).
Vertical position (Position).
Capacity and height of the prefilter dropdown (MRUItemsListCount and MRUItemsListDropDownCount).
The TcxPivotGridOptionsPrefilter object is referenced by the TcxCustomPivotGrid.OptionsPrefilter property.
Inheritance
TObject
TPersistent
TcxPivotGridCustomOptions
TcxPivotGridOptionsPrefilter
See Also