Skip to main content
A newer version of this page is available. .

MoreButton.DirectionUp Property

Gets or sets whether an arrow in the MoreButton is directed up.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public bool DirectionUp { get; set; }

Property Value

Type Description
Boolean

True, if an arrow is directed up; otherwise, false.

Remarks

The MoreButton displays an arrow pointing up if the DayView has appointments outside the top boundary of the view and the view can be scrolled to display them.

In the MonthView and TimelineView views, an arrow is pointing down.

In the DayView, if there are appointments outside the bottom boundary and the view can be scrolled to display them, the MoreButton displays a down arrow.

See Also