TcxSchedulerNavigatorVisibilityMode Enum
In This Article
Enumerates modes that determine the visibility of the resource navigator in the scheduling area.
#Declaration
Delphi
TcxSchedulerNavigatorVisibilityMode = (
snvNever,
snvAlways,
snvAuto
);
#Members
Name |
---|
snv
|
snv
|
snv
|
#Remarks
Values include:
Value | Meaning |
---|---|
snv | The resource navigator is always hidden. |
snv | The resource navigator is always visible. |
snv | The visibility is determined automatically, i.
|
The scheduler’s ResourceNavigator.Visibility property references the TcxSchedulerNavigatorVisibilityMode type.
See Also