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