Skip to main content

TcxSchedulerDayViewStyles.TimeLine Property

Specifies style settings for the timeline bar.

Declaration

property TimeLine: TcxStyle index cxcsTimeLine read; write;

Property Value

Type
TcxStyle

Remarks

The timeline bar is a vertical bar along the left side of a day column or along the left side of the user event‘s rectangle. The timeline bar is used to indicate the user’s availability status (see the TcxSchedulerEvent.State property). Use the TimeLine property to customize the style settings of the timeline bar.

See the examples in the Styles topic.

See Also