MoreButton.DirectionUp Property
Gets or sets whether an arrow in the MoreButton is directed up.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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