Skip to main content

TcxSchedulerOptionsView.ShowNavigationButtons Property

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

Declaration

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