vcl-cxcustompivotgrid-657ee915.md
Contains selection settings for the pivot grid’s view.
TcxPivotGridOptionsSelection = class(
TcxPivotGridCustomOptions
)
This class provides a set of properties that allow:
The choice of data cells to be selected by end-users (IncludeCells).
The selection of multiple data cells (MultiSelect).
The drawing of highlighted and focus rectangles within the selected data cell when the pivot grid is not focused (HideSelection and HideFocusRect).
The TcxPivotGridOptionsSelection object is referenced by the pivot grid’s OptionsSelection property.
To programmatically select data cells, use the pivot grid’s ViewData.Selection property.
TObject TPersistent TcxPivotGridCustomOptions TcxPivotGridOptionsSelection
See Also