Skip to main content

TcxGridLayoutViewStyles.GetRecordBorderParams(TcxCustomGridRecord,TcxViewParams) Method

Determines the card border’s style attributes.

Declaration

procedure GetRecordBorderParams(ARecord: TcxCustomGridRecord; out AParams: TcxViewParams); virtual;

Parameters

Name Type
ARecord TcxCustomGridRecord
AParams TcxViewParams

Remarks

ARecord specifies the record to which the card corresponds.

AParams specifies the resulting style attributes.

See Also