Skip to main content

TcxSchedulerNavigatorButton.Rotated Property

Gets whether the current resource navigation button is rotated by 90 degrees.

Declaration

property Rotated: Boolean read;

Property Value

Type
Boolean

Remarks

The resource navigation buttons reside vertically to the right of the scheduling area, if the TcxSchedulerOptionsView.GroupingKind property is set to gkByDate and the time View is in the Week, Weeks, or TimeGrid View. In all other cases the resource navigation buttons are located horizontally at the bottom of the scheduling area.

Note

the resource navigator is not shown in the Year View.

The Rotated property returns True if the current button is located vertically.

Use the Rotated property when performing custom drawing.

See Also