Skip to main content

IResourceNavigationService.GoToResourceById(Object) Method

Navigates to the specified resource.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

void GoToResourceById(
    object resourceId
)

Parameters

Name Type Description
resourceId Object

An object specifying the identifier of the destination resource.

Remarks

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

See Also