Skip to main content

TcxPivotGridOptionsSelection.IncludeCells Property

Specifies whether certain data cells can be selected by an end-user.

Declaration

property IncludeCells: TcxPivotGridOptionsSelectionIncludes read; write; default [osiCrossCells, osiGrandTotalCells, osiTotalCells];

Property Value

Type
TcxPivotGridOptionsSelectionIncludes

Remarks

Options include:

Value Meaning
osiCrossCells Allows end-users to select cross cells.
osiGrandTotalCells Allows end-users to select grand total cells.
osiTotalCells Allows end-users to select subtotal cells.

Set the MultiSelect property to True, to allow an end-user to select more than one data cell at a time.

The default value of the IncludeCells property is [osiCrossCells, osiGrandTotalCells, osiTotalCells].

See Also