TcxSchedulerResourceNavigator.ShowButtons Property
Specifies whether the resource navigation buttons are shown in the scheduling area.
Declaration
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.