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

TcxSchedulerResourceNavigator.ShowButtons Property

Specifies whether the resource navigation buttons are shown in the scheduling area.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

The resource navigation buttons (along with the resource navigation scrollbar) are used to scroll the resources in the scheduling area. Set the ShowButtons property to False to hide the resource navigation buttons, if required.

Note

the resource navigation buttons will be displayed in the scheduling area if the snvAlways or snvAuto flag is active on the Visibility property while the ShowButtons property is set to True. As for the snvAuto flag, at least one resource should be specified in the scheduler and its OptionsView.ResourcesPerPage property should be set to 1 or greater (one or more resources will be shown in the scheduling area at a time) to display the buttons.

The default value of the ShowButtons property is True.

See Also