Skip to main content

TcxGridTableViewStyles.GetHeaderParams(TcxGridColumn,TcxViewParams) Method

Gets the TcxViewParams record containing information on style attributes of the column header.

Declaration

procedure GetHeaderParams(AItem: TcxGridColumn; out AParams: TcxViewParams); virtual;

Parameters

Name Type
AItem TcxGridColumn
AParams TcxViewParams

Remarks

The AItem parameter specifies the column.

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

See Also