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