ResourceStorageBase.CreateResource(Object) Method
In This Article
Creates a new resource with the specified ID.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
id | Object | An object that is the resource identifier. |
#Returns
Type | Description |
---|---|
Resource | A newly created Resource with the specified identifier. |
#Implements
See Also