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

TcxSchedulerOptionsView.ShowNavigationButtons Property

Specifies whether user event navigation buttons are to be displayed in the View.

#Declaration

Delphi
property ShowNavigationButtons: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

User event navigation buttons are displayed in the View, if no user events are scheduled on the date that is currently shown in the View.

These buttons are used to bring the nearest user event (scheduled on another date) into view.

If you need to provide more space in the content area, set the ShowNavigationButtons property to False, to hide user event navigation buttons.

The default value of the ShowNavigationButtons property is True.

See Also