TcxSchedulerDateNavigatorMonthHeaderViewInfo.Arrows Property
In This Article
Gets the types of the arrows which are used as glyphs for the scroll buttons in the month header.
#Declaration
Delphi
property Arrows: TcxArrowDirections read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Arrows property to return the arrow type.
Values include:
Value | Meaning |
---|---|
ha |
No arrows will be shown |
ha |
The left arrow will be shown |
ha |
The right arrow will be shown |
ha |
Both arrows will be shown |
See Also