Back to Devexpress

TcxPivotGridOptionsSelection Class

vcl-cxcustompivotgrid-657ee915.md

latest1.7 KB
Original Source

TcxPivotGridOptionsSelection Class

Contains selection settings for the pivot grid’s view.

Declaration

delphi
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

TObject TPersistent TcxPivotGridCustomOptions TcxPivotGridOptionsSelection

See Also

TcxPivotGridOptionsSelection Members

cxCustomPivotGrid Unit