TcxPivotGridOptionsSelection.HideSelection Property
Specifies whether the selected data cell remains highlighted when the pivot grid loses focus.
Declaration
property HideSelection: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the HideSelection property to True, to turn off the highlighting of the selected data cell when the pivot grid becomes inactive (loses focus).
The default value of the HideSelection property is False.
See Also