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

IResourceNavigationService.GoToResource(Resource) Method

Navigates to the specified resource.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

void GoToResource(
    Resource resource
)

Parameters

Name Type Description
resource Resource

A Resource specifying the destination resource.

Remarks

When the Scheduler is in grouped mode (the SchedulerControl.GroupType is set to SchedulerGroupType.Resource or SchedulerGroupType.Date), use the GoToResource method to navigate to the specified resource.

See Also