Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerNavigatorButton.Rotated Property

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

#Declaration

Delphi
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