Skip to main content
A newer version of this page is available. .

ResourceNavigator.Visibility Property

Gets or sets the visibility behavior of the Resource Navigator.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

[DefaultValue(ResourceNavigatorVisibility.Auto)]
public ResourceNavigatorVisibility Visibility { get; set; }

Property Value

Type Default Description
ResourceNavigatorVisibility **Auto**

A ResourceNavigatorVisibility enumeration value which specifies the visibility behavior of the resource navigator.

Available values:

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.

Remarks

Use the Visibility property to specify that the Resource Navigator is always visible, always hidden, or if its visibility should be determined automatically by the Scheduler.

See Also