TcxPivotGridOptionsPrefilter Members
Stores prefilter panel settings.Constructors
| Name | Description |
|---|---|
| Create(TcxCustomPivotGrid) | Initializes a new instance of the TcxPivotGridCustomOptions class with specified settings. Inherited from TcxPivotGridCustomOptions. |
Properties
| Name | Description |
|---|---|
| CustomizeButton | Specifies the visibility of the Prefilter… button within the prefilter panel. |
| MRUItemsList | Specifies the visibility of the MRU list button within the prefilter panel. |
| MRUItemsListCount | Specifies the maximum number of most recently applied prefilter criteria that are stored within the prefilter dropdown. |
| MRUItemsListDropDownCount | Specifies how many prefilter criteria are simultaneously displayed within the prefilter dropdown. |
| PivotGrid | Gets the pivot grid instance, to which the options are applied. Inherited from TcxPivotGridCustomOptions. |
| Position | Specifies the prefilter panel’s vertical position. |
| Visible | Specifies when the prefilter panel is displayed. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| ToString | Inherited from TObject. |
See Also