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