Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridCustomStyles.GetFieldHeaderParams(TcxPivotGridField) Method

Returns the TcxViewParams record containing information on field‘s style settings.

#Declaration

Delphi
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