Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerAgendaViewTimeAreaArrows Enum

Enumerates how arrows are displayed in the user event‘s time area.

#Declaration

Delphi
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