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
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