TcxPivotGridCustomStyles.GetRowHeaderParams(TcxPivotGridViewDataItem) Method
Returns the TcxViewParams record containing information on style settings of the row field values.
Declaration
function GetRowHeaderParams(ARow: TcxPivotGridViewDataItem): TcxViewParams; virtual;
Parameters
| Name | Type |
|---|---|
| ARow | TcxPivotGridViewDataItem |
Returns
| Type |
|---|
| TcxViewParams |
Remarks
The ARow parameter specifies the row to which the styles are applied to be obtained.
See Also