IResourceNavigationService.GoToResourceById(Object) Method
Navigates to the specified resource.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
Declaration
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