TcxPivotGridCustomStyles.Inactive Property
In This Article
Specifies style settings for the selected data cell when the pivot grid becomes inactive (loses focus).
#Declaration
Delphi
property Inactive: TcxStyle index gs_Inactive read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
When the pivot grid loses focus, the selected data cell is only highlighted, provided that the HideSelection is set to False.
See Also