Skip to main content

IResourceNavigationService.GoToResource(Resource) Method

Navigates to the specified resource.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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