Skip to main content

TcxSchedulerResourceNavigator.Visibility Property

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

Declaration

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