vcl-cxschedulercustomcontrols-4461c259.md
Enumerates modes that determine the visibility of the resource navigator in the scheduling area.
TcxSchedulerNavigatorVisibilityMode = (
snvNever,
snvAlways,
snvAuto
);
| Name |
|---|
snvNever |
snvAlways |
snvAuto |
Values include:
|
Value
|
Meaning
| | --- | --- | |
snvNever
|
The resource navigator is always hidden.
| |
snvAlways
|
The resource navigator is always visible.
| |
snvAuto
|
The visibility is determined automatically, i.e., the resource navigator is visible only if the following conditions are met:
There are least two resources in the scheduler storage associated with the scheduler.
Not all existing resources are currently displayed in the scheduling area (i.e., the scheduler’s OptionsView.ResourcesPerPage property value exceeds 0 ).
|
The scheduler’s ResourceNavigator.Visibility property references the TcxSchedulerNavigatorVisibilityMode type.
See Also