SchedulerDataStorage.GetResourceById(Object) Method
Returns a resource by its ID.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| resourceId | Object | An Object that specifies the ID. |
Returns
| Type | Description |
|---|---|
| Resource | The resource that has the specified ID. |
See Also