A newer version of this page is available.
Switch to the current version.
ResourceDataStorage.CreateResource(Object) Method
Creates a new resource with the specified ID.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public Resource CreateResource(
object id
)
Public Function CreateResource(
id As Object
) As Resource
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
Feedback