TcxSchedulerReportLinkStyles.GetDayHeaderParams(TDateTime) Method
Returns the TcxViewParams record, which contains information about the style attributes of the report’s day headers.
Declaration
function GetDayHeaderParams(const ADateTime: TDateTime): TcxViewParams; virtual;
Parameters
| Name | Type |
|---|---|
| ADateTime | TDateTime |
Returns
| Type |
|---|
| TcxViewParams |
Remarks
Use the GetDayHeaderParams method to get information about the style attributes of the report’s day headers.
The ADateTime parameter represents the day the header belongs to.
See Also