Skip to main content
A newer version of this page is available. .

TcxCalendarGetDayOfWeekStateEvent Type

Declaration

TcxCalendarGetDayOfWeekStateEvent = procedure(Sender: TObject; ADayOfWeek: TDay; AState: TCustomDrawState; AFont: TFont; var ABackgroundColor: TColor) of object;

Parameters

Name Type
Sender TObject
ADayOfWeek TDay
AState TCustomDrawState
AFont TFont
ABackgroundColor TColor
See Also