TcxPivotGridOptionsBehavior Class
In This Article
Contains a set of hint and focus options for the pivot grid.
#Declaration
Delphi
TcxPivotGridOptionsBehavior = class(
TcxPivotGridCustomOptions
)
#Remarks
This class provides a set of Boolean properties which control the following conditions:
The visibility of hints for data cells, fields, column and row headers with truncated content (CellHints, FieldHeaderHints, and GroupHeaderHints).
End-user capabilities to focus data cells (FocusCellOnCycle and FocusCellOnTab).
The TcxPivotGridOptionsBehavior object is referenced by the TcxCustomPivotGrid.OptionsBehavior property.
#Inheritance
TObject
TPersistent
TcxPivotGridCustomOptions
TcxPivotGridOptionsBehavior
See Also