Back to Devexpress

ResourceNavigator.Visibility Property

windowsforms-devexpress-dot-xtrascheduler-dot-resourcenavigator.md

latest2.2 KB
Original Source

ResourceNavigator.Visibility Property

Gets or sets the visibility behaviour of the ResourceNavigator.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(ResourceNavigatorVisibility.Auto)]
public ResourceNavigatorVisibility Visibility { get; set; }
vb
<DefaultValue(ResourceNavigatorVisibility.Auto)>
Public Property Visibility As ResourceNavigatorVisibility

Property Value

TypeDefaultDescription
ResourceNavigatorVisibilityAuto

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

|

Available values:

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.

|

Remarks

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

See Also

ResourceNavigator Class

ResourceNavigator Members

DevExpress.XtraScheduler Namespace