TcxSchedulerAgendaViewTimeAreaArrows Enum
Enumerates how arrows are displayed in the user event‘s time area.
Declaration
TcxSchedulerAgendaViewTimeAreaArrows = (
avtaNone,
avtaContinueArrowStart,
avtaContinueArrowEnd,
avtaContinueArrowsBoth
);
Members
Name |
---|
avtaNone
|
avtaContinueArrowStart
|
avtaContinueArrowEnd
|
avtaContinueArrowsBoth
|
Remarks
Options include:
Value | Description | Example |
---|---|---|
avtaNone | No arrows are displayed in the user event’s time area. | |
avtaContinueArrowStart | The left arrow is displayed to the left of the event’s end time provided that the event starts on one of the previous days. | |
avtaContinueArrowEnd | The right arrow is displayed to the right of the event’s start time provided that the event ends on one of the following days. | |
avtaContinueArrowBoth | Both the left and right arrows are displayed in the user event’s time area if the event starts at one of the preceding days and ends on one of the following days. |
See Also