Skip to main content

TcxSchedulerStyles.GetDayHeaderParams(TDateTime) Method

Returns the TcxViewParams record containing information about the day header’s style attributes.

Declaration

function GetDayHeaderParams(const ADate: TDateTime): TcxViewParams;

Parameters

Name Type
ADate TDateTime

Returns

Type
TcxViewParams

Remarks

Use the GetHeaderParams method to get information about the style attributes of the day’s header.

The ADate parameter specifies the day, which the header belongs to;

The AResource parameter specifies the resource if the View’s GroupingKind property is set to gkByResource or gkByDate.

See Also