Back to Devexpress

TcxPivotGridOptionsSelection.IncludeCells Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionsselection-cf58e60b.md

latest1.5 KB
Original Source

TcxPivotGridOptionsSelection.IncludeCells Property

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
TcxPivotGridOptionsSelectionIncludes

Remarks

Options include:

ValueMeaning
osiCrossCellsAllows end-users to select cross cells.
osiGrandTotalCellsAllows end-users to select grand total cells.
osiTotalCellsAllows 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

TcxPivotGridOptionsSelection Class

TcxPivotGridOptionsSelection Members

cxCustomPivotGrid Unit