TcxSchedulerGroupSeparatorCellViewInfo Class
In This Article
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