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.Visibility Property

Specifies the visibility of the resource navigation buttons and scrollbar in the scheduling area.

#Declaration

Delphi
property Visibility: TcxSchedulerNavigatorVisibilityMode read; write; default snvAuto;

#Property Value

Type Default
TcxSchedulerNavigatorVisibilityMode snvAuto

#Remarks

This property has three possible settings – snvNever, snvAlways and snvAuto, as enumerated by the TcxSchedulerNavigatorVisibilityMode type.

If the Visibility property is set to the snvNever flag, the resource navigation buttons and scrollbar are not shown in the scheduling area.

The snvAlways flag means that the resource navigation buttons and scrollbar are always displayed in the scheduling area.

The snvAuto flag denotes that the visibility depends upon the scheduler’s OptionsView.ResourcesPerPage property setting. Set the property to 0 to display all resources in the scheduling area and hide the resource navigation buttons and scrollbar. Otherwise, these buttons and scrollbar are displayed.

Note

For the two latter visibility states (if the snvAlways or snvAuto flag is active) the resource navigation buttons are only shown if the ShowButtons property is set to True.

The default value of the Visibility property is snvAuto.

See Also