Back to Devexpress

TcxSchedulerAgendaViewTimeAreaArrows Enum

vcl-cxscheduleragendaview-a7745280.md

latest1.5 KB
Original Source

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:

ValueDescriptionExample
avtaNoneNo arrows are displayed in the user event’s time area.
avtaContinueArrowStartThe left arrow is displayed to the left of the event’s end time provided that the event starts on one of the previous days.
avtaContinueArrowEndThe right arrow is displayed to the right of the event’s start time provided that the event ends on one of the following days.
avtaContinueArrowBothBoth 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

cxSchedulerAgendaView Unit