Skip to main content

TcxPivotGridOptionsSelection Members

Contains selection settings for the pivot grid’s view.

Constructors

Name Description
Create(TcxCustomPivotGrid) Initializes a new instance of the TcxPivotGridCustomOptions class with specified settings. Inherited from TcxPivotGridCustomOptions.

Properties

Name Description
HideFocusRect Specifies whether the focus rectangle is displayed around the focused data cell when the pivot grid loses focus.
HideSelection Specifies whether the selected data cell remains highlighted when the pivot grid loses focus.
IncludeCells Specifies whether certain data cells can be selected by an end-user.
MultiSelect Specifies whether multiple data cells can be selected by an end-user.
PivotGrid Gets the pivot grid instance, to which the options are applied. Inherited from TcxPivotGridCustomOptions.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also