Skip to main content

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 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

See Also