Back to Devexpress

ResourceNavigator Class

windowsforms-devexpress-dot-xtrascheduler-b7a1f547.md

latest2.4 KB
Original Source

ResourceNavigator Class

Represents the Resource Navigator control.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class ResourceNavigator :
    INavigatableControl,
    IDisposable
vb
Public Class ResourceNavigator
    Implements INavigatableControl,
               IDisposable

The following members return ResourceNavigator objects:

Remarks

When the scheduler’s appointments are assigned to resources and the ResourceNavigator.Visibility property is set to either ResourceNavigatorVisibility.Always, or it is set to ResourceNavigatorVisibility.Auto and the SchedulerViewBase.ResourcesPerPage is not equal to 0 , the scheduler control displays a resource navigator at its bottom-right.

This navigator can be used by end-users to navigate through assigned resources and to change the number of visible resources per page (this number can be programmatically accessed via the SchedulerViewBase.ResourcesPerPage property).

Use the properties of the ResourceNavigator class to control the navigator’s visibility, change its appearance and hint texts, etc.

Inheritance

Object ResourceNavigator

See Also

ResourceNavigator Members

DevExpress.XtraScheduler Namespace