Skip to main content

Member Table: Selecting Cells

Member Description
TcxPivotGridViewData.Selection Allows you to manage selected data cells at runtime.
TcxCustomPivotGrid.OptionsSelection Provides access to the pivot grid’s selection options.
TcxPivotGridOptionsSelection.IncludeCells Specifies which data cells can be selected by end-users.
TcxPivotGridOptionsSelection.MultiSelect Specifies whether multiple data cells can be selected by an end-user.
TcxPivotGridStyles.Selected Specifies style settings for the selected data cells.
TcxPivotGridStyles.Inactive Specifies style settings for the selected data cells when the grid loses focus.
TcxCustomPivotGrid.OnSelectionChanged Allows you to perform specific actions after selection has been changed.
TcxPivotGridOptionsSelection.HideSelection Specifies whether the selected data cells remain highlighted when the pivot grid loses focus.
TcxCustomPivotGrid.OnLayoutChanged Enables you to track changes made to the pivot grid’s layout.
See Also