| Reference > TDBCalendar Control > TDBCalendar Control Properties > NavOrientation Property (TDBCalendar) |
The NavOrientation property is used to only when the ShowNavigator property is set to either "1- Buttons" or "2- Scrollbar". It is used to determine which side of the calendar control should the navigator should be placed.
TDBCalendar.NavOrientation= value
Read/Write at run time and design time.
|
Design Time |
Run Time |
|
0 - Left |
dbiNavLeft |
|
1 - Top |
dbiNavTop |
|
2 - Right (Default) |
dbiNavRight |
|
3 - Bottom |
dbiNavBottom |
When set to "1- Buttons", the navigator bar should usually be placed on the bottom, and when "2- Scrollbar", it should be placed on the right.