TcxPivotGridCustomStyles.GetFieldHeaderParams(TcxPivotGridField) Method
Returns the TcxViewParams record containing information on field‘s style settings.
Declaration
function GetFieldHeaderParams(AField: TcxPivotGridField): TcxViewParams; virtual;
Parameters
| Name | Type |
|---|---|
| AField | TcxPivotGridField |
Returns
| Type |
|---|
| TcxViewParams |
Remarks
The AField parameter specifies the field to which the styles are applied to be obtained.
See Also