Back to Devexpress

TcxSchedulerGroupSeparatorCellViewInfo Class

vcl-cxschedulercustomresourceview-9b89dfe0.md

latest1.1 KB
Original Source

TcxSchedulerGroupSeparatorCellViewInfo Class

A ViewInfo class that contains the details required to render the resource group separator.

Declaration

delphi
TcxSchedulerGroupSeparatorCellViewInfo = class(
    TcxSchedulerCustomViewInfoItem
)

Remarks

The information stored is used in the scheduler’s OnCustomDrawGroupSeparator event to custom paint the resource group separator. The event’s AViewInfo parameter references a TcxSchedulerGroupSeparatorCellViewInfo object.

Inheritance

TObject TcxSchedulerCustomViewInfoItem TcxSchedulerGroupSeparatorCellViewInfo

See Also

Custom Drawing

TcxSchedulerGroupSeparatorCellViewInfo Members

cxSchedulerCustomResourceView Unit