ResourceStorageBase.GetResourceById(Object) Method
In This Article
Gets a resource within the collection by its ID value.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
resource |
Object | A Object which is the resource ID. |
#Returns
Type | Description |
---|---|
Resource | A Resource object whose Persistent |
#Implements
See Also