TcxGridTableViewStyles.GetPreviewParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Method
Gets the TcxViewParams record that contains information on style attributes of preview section rows.
Declaration
procedure GetPreviewParams(ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem; out AParams: TcxViewParams); virtual;
Parameters
Name | Type |
---|---|
ARecord | TcxCustomGridRecord |
AItem | TcxCustomGridTableItem |
AParams | TcxViewParams |
Remarks
The ARecord parameter specifies the record that the currently processed row corresponds to.
The AItem parameter specifies the row to be processed.
The AParams parameter specifies style attributes that the method results in.
See Also