TcxPivotGridCustomStyles.GetHeaderBackgroundParams(TcxPivotGridFieldArea) Method
Returns the TcxViewParams record containing information on style settings of the AArea‘s background.
Declaration
function GetHeaderBackgroundParams(AArea: TcxPivotGridFieldArea): TcxViewParams; virtual;
Parameters
Name | Type |
---|---|
AArea | TcxPivotGridFieldArea |
Returns
Type |
---|
TcxViewParams |
Remarks
The header area contains four areas – the column, data, filter, and row.
Use the GetHeaderBackgroundParams method to get information on style settings of one of the above areas’ background.
The AArea parameter specifies an area to which the styles are applied to be obtained.
See Also