Skip to main content

TcxGridTableViewStyles.GetGroupParams(TcxCustomGridRecord,Integer,TcxViewParams) Method

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

Declaration

procedure GetGroupParams(ARecord: TcxCustomGridRecord; ALevel: Integer; out AParams: TcxViewParams); virtual;

Parameters

Name Type
ARecord TcxCustomGridRecord
ALevel Integer
AParams TcxViewParams

Remarks

The ARecord parameter specifies the record that the currently processed group row corresponds to.

The ALevel parameter specifies the hierarchical depth of the currently processed group row.

The AParams parameter specifies style attributes that the method results in.

See Also