SchedulerDataStorage.GetResourceById(Object) Method
Returns a resource by its ID.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v26.1.dll
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