Skip to main content

TcxSchedulerMoreEventsButtonViewInfo Class

A ViewInfo class that contains the details required to render the More Events button.

Declaration

TcxSchedulerMoreEventsButtonViewInfo = class(
    TcxSchedulerCustomResourceViewInfoItem
)

Remarks

The information stored is used in the scheduler’s OnCustomDrawButton event to custom paint the More Events button.

The event’s AViewInfo parameter references a TcxSchedulerMoreEventsButtonViewInfo object.

Inheritance

See Also