TcxPivotGridOptionsSelection.IncludeCells Property
In This Article
Specifies whether certain data cells can be selected by an end-user.
#Declaration
Delphi
property IncludeCells: TcxPivotGridOptionsSelectionIncludes read; write; default [osiCrossCells, osiGrandTotalCells, osiTotalCells];
#Property Value
Type |
---|
Tcx |
#Remarks
Options include:
Value | Meaning |
---|---|
osi |
Allows end-users to select cross cells. |
osi |
Allows end-users to select grand total cells. |
osi |
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