Back to Devexpress

TcxSchedulerDateNavigatorCaptionViewInfo Class

vcl-cxschedulerdatenavigator-4a6dd424.md

latest3.2 KB
Original Source

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

Custom Drawing

Date Navigator

TcxSchedulerDateNavigatorCaptionViewInfo Members

cxSchedulerDateNavigator Unit