TcxPivotGridOptionsSelection Class
Contains selection settings for the pivot grid’s view.
Declaration
TcxPivotGridOptionsSelection = class(
TcxPivotGridCustomOptions
)
Remarks
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.
Inheritance
TObject
TPersistent
TcxPivotGridCustomOptions
TcxPivotGridOptionsSelection
See Also