Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDateNavigatorCaptionViewInfo Class

A ViewInfo class that contains the information required to render the various header cells in the Date Navigator.

#Declaration

Delphi
TcxSchedulerDateNavigatorCaptionViewInfo = class(
    TcxIUnknownObject
)

#Remarks

The TcxSchedulerDateNavigatorCaptionViewInfo class is the base class for classes which provide data for custom drawing the Date Navigator‘s header cells. Instances of its descendants are passed into the following events as arguments:

Members declared by the TcxSchedulerDateNavigatorCaptionViewInfo class enable a cell’s boundaries to be determined (see the Bounds property), the output text that is displayed in the current element’s cell (see the Text property), the visibility of the cell’s background (see the Transparent property) and the element’s style settings (see the ViewParams property) to be specified.

Do not use this class directly. Use its descendants instead.

#Inheritance

TObject
TcxIUnknownObject
TcxSchedulerDateNavigatorCaptionViewInfo
See Also