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

IResourceNavigationService.GoToResourceById(Object) Method

Navigates to the specified resource.

Namespace: DevExpress.XtraScheduler.Services

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

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