Back to Devexpress

IResourceNavigationService Members

corelibraries-devexpress-dot-xtrascheduler-dot-services-dot-iresourcenavigationservice-dot-underscore-members.md

latest3.9 KB
Original Source

IResourceNavigationService Members

Provides properties and methods for the resource list navigation.

Properties

NameDescription
FirstVisibleResourceIndexGets or sets the visible index of the first resourse currently displayed on-screen.
ResourcePerPageGets or sets the number of visible resources in group mode.

Methods

NameDescription
CanGoToResource(Resource)Indicates whether the Scheduler can navigate to the specified resource.
CanGoToResourceById(Object)Indicates whether the Scheduler can navigate to the specified resource.
CanNavigateBackward()Indicates whether there is a resource in the list before the current position to which navigation is alllowed.
CanNavigateFirst()Indicates whether navigation to the first resource in a list is allowed.
CanNavigateForward()Indicates whether you can advance to the next resource in a list.
CanNavigateLast()Indicates whether navigation to the last resource in a list is allowed.
CanNavigatePageBackward()Indicates whether the Scheduler can move back one visible resource frame.
CanNavigatePageForward()Indicates whether the Scheduler can advance one visible resource frame.
GoToResource(Resource)Navigates to the specified resource.
GoToResourceById(Object)Navigates to the specified resource.
NavigateBackward()Moves the Scheduler to the previous resource in a list.
NavigateFirst()Navigates to the first resource in a list.
NavigateForward()Moves the Scheduler to the next resource in a list.
NavigateLast()Navigates to the last resource in a list.
NavigatePageBackward()Navigates one visible resource page backward.
NavigatePageForward()Navigates one visible resource page forward.

See Also

IResourceNavigationService Interface

DevExpress.XtraScheduler.Services Namespace