Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

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