Skip to main content

TcxSchedulerDateNavigatorMonthContentViewInfo.DayCaptions Property

Provides indexed access to the TcxSchedulerDateNavigatorDayCaptionViewInfo object which contains view details for the day captions.

Declaration

property DayCaptions[Index: Byte]: TcxSchedulerDateNavigatorDayCaptionViewInfo read;

Property Value

Type
TcxSchedulerDateNavigatorDayCaptionViewInfo

Remarks

The information stored is used in the TcxSchedulerDateNavigator.OnCustomDrawDayCaption or TcxCustomDateNavigator.OnCustomDrawDayCaption event handlers to custom paint the day captions in the Date Navigator.

Use the DayCaptions property to get the TcxSchedulerDateNavigatorDayCaptionViewInfo instance which is located at the position specified by the zero-based Index parameter.

See Also