Back to Devexpress

ResourceNavigatorVisibility Enum

corelibraries-devexpress-dot-xtrascheduler-1aa392ca.md

latest2.4 KB
Original Source

ResourceNavigatorVisibility Enum

Lists the visibility modes of the resource navigator.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum ResourceNavigatorVisibility
vb
Public Enum ResourceNavigatorVisibility

Members

NameDescription
Always

Resource Navigator is always visible.

| | Never |

Resource navigator is never visible.

| | Auto |

Resource Navigator is hidden if there are no resources in the ResourceStorage or all resources are hidden after the filtering operation. Otherwise, the resource navigator is always visible.

|

The following properties accept/return ResourceNavigatorVisibility values:

LibraryRelated API Members
WinForms ControlsResourceNavigator.Visibility
ASP.NET Web Forms ControlsResourceNavigator.Visibility

Remarks

Use this enumeration’s members to specify the visibility mode of the resource navigator. This enumeration’s values are used by the ResourceNavigator.Visibility property.

Note

The Resource navigator can only be shown when grouping by resources is enabled (SchedulerControl.GroupType property value is other than SchedulerGroupType.None). To learn more about resources, read the Resources for Appointments help document.

See Also

ResourceNavigator

DevExpress.XtraScheduler Namespace