A newer version of this page is available.
Switch to the current version.
SchedulerDataStorage.GetResourceById(Object) Method
Returns a resource by its ID.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public Resource GetResourceById(
object resourceId
)
Public Function GetResourceById(
resourceId As Object
) As Resource
Parameters
Name | Type | Description |
---|---|---|
resourceId | Object | An Object that specifies the ID. |
Returns
Type | Description |
---|---|
Resource | The resource that has the specified ID. |
Implements
See Also
Feedback