Skip to main content

ResourceNavigatorVisibility Enum

Lists the visibility modes of the resource navigator.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public enum ResourceNavigatorVisibility

Members

Name Description
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.

Related API Members

The following properties accept/return ResourceNavigatorVisibility values:

Library Related API Members
WinForms Controls ResourceNavigator.Visibility
ASP.NET Web Forms Controls ResourceNavigator.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