Skip to main content

TcxGridCardViewStyles.GetCategoryRowParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Method

Gets the TcxViewParams record containing information on the category row‘s style attributes.

Declaration

procedure GetCategoryRowParams(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